examples: Added audio/04-multiple-streams

This commit is contained in:
Ryan C. Gordon
2024-11-24 15:05:12 -05:00
parent 88926f2b73
commit 10e2ce9ba4
3 changed files with 157 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
This example code loads .wav files dropped onto the app window, puts
them in an audio stream and binds them for playback. This shows several
streams mixing into a single playback device.
Drag several files while one is still playing!