mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-03 00:29:35 +02:00
Make audio backend "file" configurable
This commit is contained in:
parent
db5482b0fb
commit
541d803452
14 changed files with 112 additions and 15 deletions
|
@ -58,6 +58,7 @@ struct ClientSettings
|
|||
struct Player
|
||||
{
|
||||
std::string player_name{""};
|
||||
std::string parameter{""};
|
||||
int latency{0};
|
||||
PcmDevice pcm_device;
|
||||
SampleFormat sample_format;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue