Add flac support

Not working properly due to decoding flac in to 32 bit buffer instead of
16 bit.

Signed-off-by: Mahyar Koshkouei <deltabeard@users.noreply.github.com>
This commit is contained in:
Mahyar Koshkouei
2016-12-21 20:25:26 +00:00
parent a6c43d6a7c
commit b0a1eb8283
5 changed files with 160 additions and 8 deletions

View File

@@ -14,5 +14,3 @@
* \return Zero if successful, else failure.
*/
int playWav(const char *wav);
int playOpus(const char *opus);