Add preliminary Opus file support

Signed-off-by: Mahyar Koshkouei <deltabeard@users.noreply.github.com>
This commit is contained in:
Mahyar Koshkouei
2016-12-05 17:13:03 +00:00
parent 6c43254b7e
commit 1cd932be7b
3 changed files with 99 additions and 3 deletions

View File

@@ -14,3 +14,11 @@
* \return Zero if successful, else failure.
*/
int playWav(const char *wav);
/**
* Plays an Opus encoded music file.
*
* \param file File location of Opus file.
* \return Zero if successful, else failure.
*/
int playOpus(const char *opus);