mirror of
https://github.com/Ryujinx/libsoundio.git
synced 2024-12-22 18:45:29 +00:00
README: Convert Roadmap to GitHub issues
This commit is contained in:
parent
0b7c9965f9
commit
afdb8b7feb
14
README.md
14
README.md
|
@ -272,20 +272,6 @@ make doc
|
|||
|
||||
Then look at `html/index.html` in a browser.
|
||||
|
||||
## Roadmap
|
||||
|
||||
0. Create a test for the latency / synchronization API.
|
||||
- Input is an audio file and some events indexed at particular frame - when
|
||||
listening the events should line up exactly with a beat or visual
|
||||
indicator, even when the latency is large.
|
||||
- Play the audio file, have the user press an input right at the beat. Find
|
||||
out what the frame index it thinks the user pressed it at and make sure
|
||||
that is correct.
|
||||
0. Create a test for pausing and resuming input and output streams.
|
||||
- Should pause/resume be callable from outside the callbacks?
|
||||
- Ensure double pausing / double resuming works fine.
|
||||
- test clearing the buffer
|
||||
|
||||
## Projects Using libsoundio
|
||||
|
||||
* [Genesis](https://github.com/andrewrk/genesis)
|
||||
|
|
Loading…
Reference in a new issue