mozilla / cubeb

Cross platform audio library
ISC License
434 stars 123 forks source link

Reset stream params on init #791

Closed Pehrsons closed 2 weeks ago

Pehrsons commented 2 weeks ago

Without a reset, a duplex stream being reused as an output stream will open an input stream and provide an input buffer, which is not expected.

kinetiknz commented 2 weeks ago

Thanks!