mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-29 17:06:18 +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
|
@ -29,6 +29,8 @@ public:
|
|||
~OpusEncoder() override;
|
||||
|
||||
void encode(const msg::PcmChunk* chunk) override;
|
||||
std::string getAvailableOptions() const override;
|
||||
std::string getDefaultOptions() const override;
|
||||
std::string name() const override;
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue