mistserver/lib/opus.h
2017-05-13 23:42:32 +02:00

7 lines
149 B
C++

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