Add optional resampling of the output stream

This commit is contained in:
badaix 2020-02-14 08:46:13 +01:00
parent 549fcba40f
commit 3fc8b9ca08
8 changed files with 185 additions and 98 deletions

View file

@ -38,6 +38,7 @@ struct ClientSettings
std::string player_name{""};
int latency{0};
PcmDevice pcm_device;
SampleFormat sample_format;
};
struct LoggingSettings