mozilla / cubeb-coreaudio-rs

The audio backend of Firefox on Mac OS X.
ISC License
25 stars 10 forks source link

Choose the size of the input ring buffer based on the stream parameters #136

Closed padenot closed 3 years ago

padenot commented 3 years ago

This fixes BMO#1725203.

The method discard of ringbuf wasn't available in the version we had.

padenot commented 3 years ago

Rebased and used a constant to implement what I said above.