rodio icon indicating copy to clipboard operation
rodio copied to clipboard

Panic when starting a new audio stream

Open MindSwipe opened this issue 5 years ago • 1 comments

I'm getting a thread panic when trying to start a new audio stream. The full error message reads

thread 'main' panicked at 'build_output_stream failed with all supported formats: FormatNotSupported'

This panic is triggered on line 152 of engine.rs, more specifically the expect call on line 158.

Any idea what and why this could be caused?

MindSwipe avatar Feb 09 '20 19:02 MindSwipe

I found out what the issue was, but not what's causing it. Turns out, rodio can't handle my Razer Nari headphones. I'll update my drivers and check back

MindSwipe avatar Feb 10 '20 18:02 MindSwipe