rodio icon indicating copy to clipboard operation
rodio copied to clipboard

Allow to disable cpal playback

Open qarmin opened this issue 4 years ago • 1 comments

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

qarmin avatar Feb 04 '21 19:02 qarmin

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

est31 avatar Feb 04 '21 19:02 est31