mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-10 15:46:42 +02:00
Rename stream parameter "read_ms" to "chunk_ms"
This commit is contained in:
parent
b5551d9451
commit
aa3ce3d5ab
13 changed files with 79 additions and 63 deletions
|
@ -46,7 +46,7 @@ struct ServerSettings
|
|||
std::string codec{"flac"};
|
||||
int32_t bufferMs{1000};
|
||||
std::string sampleFormat{"48000:16:2"};
|
||||
size_t streamReadMs{20};
|
||||
size_t streamChunkMs{20};
|
||||
bool sendAudioToMutedClients{false};
|
||||
std::vector<std::string> bind_to_address{{"0.0.0.0"}};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue