freesig / cpal

Audio player in pure Rust
0 stars 0 forks source link

Multiple Streams Add #23

Open freesig opened 5 years ago

freesig commented 5 years ago

Streams need to add to buffers. So they each CPAL stream is mixed into the single ASIO stream.

freesig commented 5 years ago

I thought this is working but I made a demo that combines two outputs and it sounds different on Wasapi vs Asio I'm not sure if this is due to adding or to the formats being off. I think the formats might be off because even a single beep sounds a bit different.

freesig commented 5 years ago

Todo