salsaman / LiVES

LiVES is a feature rich application which combines elements of VJ and video editing software. The current version runs on Linux / BSD. Check_out_the_new_discussion_area https://github.com/salsaman/LiVES/discussions
http://lives-video.com
GNU General Public License v3.0
89 stars 11 forks source link

Audio backend default on FreeBSD should be OSS, and OSS should be in the list if audio backend options #29

Closed yurivict closed 3 years ago

yurivict commented 3 years ago

In the other issue you said:

[...] "alsa" is hardcoded as the default driver name (except for SOLARIS which uses "oss" and DARWIN which uses "coreaudio", and the mingw version will use "portaudio" IIRC).

FreeBSD should also have OSS as default.

Additionally, OSS should be an audio backend option, which is it currently not on FreeBSD.

salsaman commented 3 years ago

OSS will be made available as a selectable jack driver. This is being done as part of https://github.com/salsaman/LiVES/issues/28

Closing this as a duplicate. Any relevant comments should be added in the other issue.

yurivict commented 3 years ago

So it has to go through Jack, and can't just use OSS directly?