From 366aaee9abba82bceae9805dd9187aebbb4d8829 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Sun, 29 Mar 2020 12:00:36 +0200 Subject: [PATCH] use "normal" audio quality as the default when first startup of Jamulus after installation --- src/client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.cpp b/src/client.cpp index a2ef9947..01239a46 100755 --- a/src/client.cpp +++ b/src/client.cpp @@ -48,7 +48,7 @@ CClient::CClient ( const quint16 iPortNumber, Channel ( false ), /* we need a client channel -> "false" */ eAudioCompressionType ( CT_OPUS ), iCeltNumCodedBytes ( OPUS_NUM_BYTES_MONO_LOW_QUALITY ), - eAudioQuality ( AQ_LOW ), + eAudioQuality ( AQ_NORMAL ), eAudioChannelConf ( CC_MONO ), bIsInitializationPhase ( true ), Socket ( &Channel, iPortNumber ),