mozilla / cubeb

Cross platform audio library
ISC License
439 stars 124 forks source link

fix synchronization mistakes in ring buffer #710

Closed ad8e closed 2 years ago

ad8e commented 2 years ago

The index loads are over-optimistically relaxed, so I changed them to the right ones.

kinetiknz commented 2 years ago

Thanks for the fixes! Fortunately this code has only been used in the logging code, which is run-time disabled by default.