fix bluetooth recording
This commit is contained in:
parent
d7a8b0499d
commit
c30f10bbd4
2 changed files with 2 additions and 1 deletions
|
|
@ -57,5 +57,5 @@ android {
|
|||
|
||||
dependencies {
|
||||
testImplementation 'junit:junit:4.12'
|
||||
implementation 'com.github.axet:android-audio-library:1.0.117' // implementation project(':android-audio-library')
|
||||
implementation 'com.github.axet:android-audio-library:1.0.118' // implementation project(':android-audio-library')
|
||||
}
|
||||
|
|
|
|||
|
|
@ -734,6 +734,7 @@ public class RecordingActivity extends AppCompatThemeActivity {
|
|||
map.put(getString(R.string.source_raw), MediaRecorder.AudioSource.UNPROCESSED);
|
||||
else
|
||||
map.put(getString(R.string.source_raw), MediaRecorder.AudioSource.VOICE_RECOGNITION);
|
||||
map.put(getString(R.string.source_bluetooth), MediaRecorder.AudioSource.MIC);
|
||||
|
||||
int[] ss = new int[]{
|
||||
map.get(shared.getString(MainApplication.PREFERENCE_SOURCE, getString(R.string.source_mic))),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue