bug fix
This commit is contained in:
parent
35680ecd4f
commit
7f96942b62
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ CClient::CClient ( const quint16 iPortNumber ) :
|
||||||
bWindowWasShownConnect ( false ),
|
bWindowWasShownConnect ( false ),
|
||||||
Channel ( false ), /* we need a client channel -> "false" */
|
Channel ( false ), /* we need a client channel -> "false" */
|
||||||
eAudioCompressionType ( CT_OPUS ),
|
eAudioCompressionType ( CT_OPUS ),
|
||||||
iCeltNumCodedBytes ( CELT_NUM_BYTES_MONO_LOW_QUALITY ),
|
iCeltNumCodedBytes ( OPUS_NUM_BYTES_MONO_LOW_QUALITY ),
|
||||||
eAudioQuality ( AQ_LOW ),
|
eAudioQuality ( AQ_LOW ),
|
||||||
eAudioChannelConf ( CC_MONO ),
|
eAudioChannelConf ( CC_MONO ),
|
||||||
bIsInitializationPhase ( true ),
|
bIsInitializationPhase ( true ),
|
||||||
|
|
Loading…
Reference in a new issue