rodio
                                
                                
                                
                                    rodio copied to clipboard
                            
                            
                            
                        Panic when starting a new audio stream
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?
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