Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why are alsa/pulseaudio/jack needed on linux ? #72

Open
SeleDreams opened this issue Dec 10, 2022 · 1 comment
Open

Why are alsa/pulseaudio/jack needed on linux ? #72

SeleDreams opened this issue Dec 10, 2022 · 1 comment

Comments

@SeleDreams
Copy link

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.

@meshula
Copy link
Collaborator

meshula commented Dec 13, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants