diff options
-rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -3,7 +3,7 @@ mossrose > *Portulaca grandiflora* -A minimal-dependency PortAudio-based audio mixer library. It doesn't *load* audio; you'll need to do that yourself. +A minimal-dependency PortAudio-based audio mixer library. api @@ -88,3 +88,11 @@ Resume a channel. * `channel` - the index of the channel. This function has no effect if the channel is already playing. + + +todo +---- + + * loop audio + * playback finished callback + * audio loading |