From afdb8b7feb0d0353c74cca85df4f8c851c558b0f Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Mon, 31 Aug 2015 15:57:40 -0700 Subject: [PATCH] README: Convert Roadmap to GitHub issues --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index 3089537..bce8f2a 100644 --- a/README.md +++ b/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)