mozilla / cubeb-rs

ISC License
61 stars 19 forks source link

Expose async logging for backends #66

Closed padenot closed 2 years ago

padenot commented 2 years ago

Logging from the real-time thread really needs to be done using async logging.

At the moment, doing any logging that is ever so slightly non-trivial (and I'm talking formatting four floats in a string here) will glitch, on my Macbook Pro 2018 running with 128-frames buffer duplex stream.

ashleyz commented 2 years ago

70 has been merged + adds async logging support. Closing issue, please feel free to reopen if additional work is required.