Skip to content

Commit aa1087c

Browse files
committed
Increase version
1 parent 4d0eb25 commit aa1087c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

codec2talkie/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "com.radio.codec2talkie"
1111
minSdkVersion 23
1212
targetSdkVersion 30
13-
versionCode 167
14-
versionName "1.67"
13+
versionCode 168
14+
versionName "1.68"
1515

1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
}

libopus-android/src/main/cpp/OpusJNI.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ namespace Java_com_radio_opus_Opus {
2727

2828
opus_encoder_ctl(encoder, OPUS_SET_BITRATE(bitrate));
2929
opus_encoder_ctl(encoder, OPUS_SET_COMPLEXITY(complexity));
30+
opus_encoder_ctl(encoder, OPUS_SET_SIGNAL(OPUS_SIGNAL_VOICE));
3031
}
3132

3233
int decoderError;

0 commit comments

Comments
 (0)