libnyquist icon indicating copy to clipboard operation
libnyquist copied to clipboard

Why are alsa/pulseaudio/jack needed on linux ?

Open SeleDreams opened this issue 1 year ago • 1 comments

Hi, I was curious about it, isn't this library only meant to help load and read audio files ? in this case why are they needed since from what I know these libraries are meant to handle interfacing with the OS on linux to output sound or get input from microphones etc

atm i could compile my program without specifying one of them but i still get the error on cmake FATAL,On Linux, one of LIBNYQUIST_JACK, LIBNYQUIST_PULSE, or LIBNYQUIST_ASOUND must be set.

SeleDreams avatar Dec 10 '22 23:12 SeleDreams

They're only needed if you want to build the samples. You can turn off the samples using the cmake option LIBNYQUIST_BUILD_EXAMPLE, setting it to false.

meshula avatar Dec 13 '22 19:12 meshula