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

Allow to disable cpal playback #349

Open
qarmin opened this issue Feb 4, 2021 · 1 comment
Open

Allow to disable cpal playback #349

qarmin opened this issue Feb 4, 2021 · 1 comment

Comments

@qarmin
Copy link

qarmin commented Feb 4, 2021

I use Rodio in my project to open and parse audio files to check if files are broken.
Due using cpal, my app crashes on OS which doesn't have installed audio packages and shows error

error while loading shared libraries: libasound.so.2: cannot open shared object file: No such file or directory

I don't need to play audio files, so it would be great to be able to disable cpal playback

@est31 est31 transferred this issue from RustAudio/rodio Feb 4, 2021
@est31 est31 transferred this issue from RustAudio/cpal Feb 4, 2021
@est31
Copy link
Member

est31 commented Feb 4, 2021

That's an interesting idea. PRs welcome to add an optional "playback" feature

@qarmin qarmin changed the title Allow to disable cpal feature Allow to disable cpal playback Feb 5, 2021
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