diff options
author | sanine <sanine.not@pm.me> | 2022-09-03 11:55:45 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2022-09-03 11:55:45 -0500 |
commit | d3ffd2e969b078a04fea2a5a5eb9cc7f26963917 (patch) | |
tree | 7c4d664431a6bd0e0515fd4b7d3fc0e594df832a /README.md | |
parent | da0fc739e27f7f21c194f5deaaba1fe7c46fdb9a (diff) |
add todos to README.md
Diffstat (limited to 'README.md')
-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 |