RustAudio / rodio

Rust audio playback library
Apache License 2.0
1.68k stars 217 forks source link

Panic when starting a new audio stream #265

Open MindSwipe opened 4 years ago

MindSwipe commented 4 years ago

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 commented 4 years ago

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