Added support for Opus in Ogg input

This commit is contained in:
Thulinma 2017-05-13 23:41:19 +02:00
parent 60b425395e
commit 41842227fa
3 changed files with 65 additions and 12 deletions

View file

@ -1,6 +1,7 @@
#include <string>
namespace Opus{
unsigned int Opus_getDuration(const char *part);
std::string Opus_prettyPacket(const char *part, int len);
}