mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-28 08:26:16 +02:00
Add optional resampling of the output stream
This commit is contained in:
parent
549fcba40f
commit
3fc8b9ca08
8 changed files with 185 additions and 98 deletions
|
@ -38,6 +38,7 @@ struct ClientSettings
|
|||
std::string player_name{""};
|
||||
int latency{0};
|
||||
PcmDevice pcm_device;
|
||||
SampleFormat sample_format;
|
||||
};
|
||||
|
||||
struct LoggingSettings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue