mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-17 02:56:16 +02:00
default compression level 2
This commit is contained in:
parent
d29f210161
commit
d2873b6f0d
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ std::string FlacEncoder::getAvailableOptions() const
|
||||||
|
|
||||||
std::string FlacEncoder::getDefaultOptions() const
|
std::string FlacEncoder::getDefaultOptions() const
|
||||||
{
|
{
|
||||||
return "5";
|
return "2";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue