Attempting to play opus on the fly

This doesn't work yet.

Signed-off-by: Mahyar Koshkouei <deltabeard@users.noreply.github.com>
This commit is contained in:
Mahyar Koshkouei
2016-12-09 13:39:23 +00:00
parent 2805088a4a
commit 7e33638380
2 changed files with 63 additions and 32 deletions

View File

@@ -183,6 +183,7 @@ int playWav(const char *wav)
goto out;
}
// TODO: Check if this is required.
ndspSetOutputMode(NDSP_OUTPUT_STEREO);
if(file == NULL)