opus add pseudo header and configurable options

This commit is contained in:
badaix 2019-11-03 17:37:04 +01:00
parent 3fea89a60b
commit 6cd3b7df67
4 changed files with 155 additions and 21 deletions

View file

@ -33,4 +33,5 @@ public:
private:
OpusDecoder* dec_;
std::vector<opus_int16> pcm_;
SampleFormat sample_format_;
};