use "normal" audio quality as the default when first startup of Jamulus after installation

This commit is contained in:
Volker Fischer 2020-03-29 12:00:36 +02:00
parent 102523dea4
commit 366aaee9ab

View File

@ -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 ),