Skip to content

Commit

Permalink
TODO for sokol_audio.h added
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Jul 16, 2018
1 parent 3ca81a2 commit be23a6d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sokol_audio.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
THIS IS HIGHLY EXPERIMENTAL AND WON'T BE FINISHED FOR A WHILE,
DON'T USE!
TODO:
- stereo support
- Windows + Linux backends
- write tests for the helper classes (ring queue, packet fifo)
- need a callback when sample rate in the backend changes (this
may happen when attaching/removing a playback device)
- MAYBE: implement some sort of sample-rate limiting if the
actual sample rate is very high?
In the beginning this is mainly a testbed to get the simplest possible
glitch-free audio solution for WASM/asm.js, and to have that simplest-
possible API for other platforms too.
Expand Down

0 comments on commit be23a6d

Please sign in to comment.