mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-05 20:31:42 +02:00
experimental FLAC support
This commit is contained in:
parent
176ed8abc0
commit
d99c3cb9a0
10 changed files with 289 additions and 35 deletions
|
@ -26,7 +26,7 @@ private:
|
|||
char *buff_;
|
||||
std::atomic<bool> active_;
|
||||
Stream* stream_;
|
||||
std::thread* playerThread_;
|
||||
std::thread playerThread_;
|
||||
PcmDevice pcmDevice_;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue