orottier/web-audio-api-rs

Review io::cpal/cubeb `ThreadSafeClosableStream`, probably not sound

orottier opened this issue · 0 comments

I doubt this construct is entirely safe. Stream is not Send/Sync (probably for a good reason) so
it should be managed from a single thread instead.