mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-04 21:14:43 +00:00
6 lines
235 B
Plaintext
6 lines
235 B
Plaintext
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!
|