experimental FLAC support

This commit is contained in:
badaix 2015-01-04 12:32:49 +01:00
parent 176ed8abc0
commit d99c3cb9a0
10 changed files with 289 additions and 35 deletions

View file

@ -26,7 +26,7 @@ private:
char *buff_;
std::atomic<bool> active_;
Stream* stream_;
std::thread* playerThread_;
std::thread playerThread_;
PcmDevice pcmDevice_;
};