Analysers rewrite, mostly by Ramkoemar, partially by myself

This commit is contained in:
Thulinma 2017-05-02 11:43:25 +02:00
parent b4dc59d409
commit 506be4a64b
24 changed files with 890 additions and 700 deletions

6
lib/opus.h Normal file
View file

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