You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: