Currently has noise issues and plays fast - not for use yet. Signed-off-by: Mahyar Koshkouei <deltabeard@users.noreply.github.com>
7 lines
154 B
C
7 lines
154 B
C
int playOpus(const char* in);
|
|
|
|
uint64_t fillOpusBuffer(OggOpusFile* opusFile, uint64_t samplesToRead,
|
|
int16_t* bufferOut);
|
|
|
|
int isOpus(const char* in);
|