mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-01 07:38:52 +02:00
control player settings
This commit is contained in:
parent
f1e05797a3
commit
f21251ccda
4 changed files with 71 additions and 33 deletions
|
@ -26,6 +26,7 @@
|
|||
#include "clientConnection.h"
|
||||
#include "stream.h"
|
||||
#include "pcmDevice.h"
|
||||
#include "alsaPlayer.h"
|
||||
|
||||
|
||||
/// Forwards PCM data to the audio player
|
||||
|
@ -61,6 +62,7 @@ private:
|
|||
Decoder* decoder_;
|
||||
PcmDevice pcmDevice_;
|
||||
size_t latency_;
|
||||
std::unique_ptr<Player> player_;
|
||||
|
||||
std::exception exception_;
|
||||
bool asyncException_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue