mozilla / cubeb

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

Add internal utility to log audio streams to disk from real-time audio callbacks #759

Closed padenot closed 5 months ago

padenot commented 1 year ago

I'll expose this to rust next. Example usage in test_audio_dump.cpp.

This is going to be quite useful to diagnose exactly what comes out of the system level callbacks, and compare to what is resampled and delivered at the application level, etc.

@Pehrsons

padenot commented 1 year ago

This seems to be working well from my testing.