Added support for Opus in Ogg input
This commit is contained in:
parent
60b425395e
commit
41842227fa
3 changed files with 65 additions and 12 deletions
|
@ -1,6 +1,7 @@
|
|||
#include <string>
|
||||
|
||||
namespace Opus{
|
||||
unsigned int Opus_getDuration(const char *part);
|
||||
std::string Opus_prettyPacket(const char *part, int len);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue