mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-19 01:18:17 +02:00
opus add pseudo header and configurable options
This commit is contained in:
parent
3fea89a60b
commit
6cd3b7df67
4 changed files with 155 additions and 21 deletions
|
@ -33,4 +33,5 @@ public:
|
|||
private:
|
||||
OpusDecoder* dec_;
|
||||
std::vector<opus_int16> pcm_;
|
||||
SampleFormat sample_format_;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue