We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d0eb25 commit aa1087cCopy full SHA for aa1087c
codec2talkie/build.gradle
@@ -10,8 +10,8 @@ android {
10
applicationId "com.radio.codec2talkie"
11
minSdkVersion 23
12
targetSdkVersion 30
13
- versionCode 167
14
- versionName "1.67"
+ versionCode 168
+ versionName "1.68"
15
16
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
17
}
libopus-android/src/main/cpp/OpusJNI.cpp
@@ -27,6 +27,7 @@ namespace Java_com_radio_opus_Opus {
27
28
opus_encoder_ctl(encoder, OPUS_SET_BITRATE(bitrate));
29
opus_encoder_ctl(encoder, OPUS_SET_COMPLEXITY(complexity));
30
+ opus_encoder_ctl(encoder, OPUS_SET_SIGNAL(OPUS_SIGNAL_VOICE));
31
32
33
int decoderError;
0 commit comments