mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-06 20:53:54 +02:00
Bump default quality
This commit is contained in:
parent
91b3be036f
commit
09aab2a2c6
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
class AthenaOpusEncoder : public Encoder {
|
||||
public:
|
||||
const int DEFAULT_BITRATE = 44100;
|
||||
const int DEFAULT_BITRATE = 128000;
|
||||
const int DEFAULT_COMPLEXITY = 10;
|
||||
const int DEFAULT_APPLICATION = OPUS_APPLICATION_VOIP;
|
||||
const int DEFAULT_SIGNAL = OPUS_AUTO;
|
||||
|
|
Loading…
Reference in a new issue