andrewrk / libsoundio

C library for cross-platform real-time audio input and output
http://libsound.io/
MIT License
1.9k stars 230 forks source link

Stop playing #251

Open cmey opened 3 years ago

cmey commented 3 years ago

How do you stop playing a stream?

We have soundio_outstream_start() to start playing sound, but couldn't find an equivalent function to stop playing sound.

Should I try adding a soundio_outstream_stop()?