[DEV] update new LOW level audio config for andoid

This commit is contained in:
Edouard DUPIN 2015-02-05 23:34:39 +01:00
parent 8a2211e5f6
commit 8addc1a84e
4 changed files with 4 additions and 4 deletions

2
external/airtaudio vendored

@ -1 +1 @@
Subproject commit 6de9bac0fc13222b1a0f1e23f6915f941161bef5 Subproject commit 36298865902038e123352f49c66ee5587ac9c17b

2
external/audio vendored

@ -1 +1 @@
Subproject commit 7f7a04f6365346746697735ccd0cc7d113f6f096 Subproject commit fe61e98059731704f4e06c7f5cf990917baa23d8

2
external/river vendored

@ -1 +1 @@
Subproject commit c6aa75e02bf65b1473bc352e9c10843539f488bb Subproject commit bdb1102efa6ecc43ef12fc4050bd9d7ea7a874fb

View File

@ -344,7 +344,7 @@ public abstract class EwolActivity extends Activity implements EwolCallback, Ewo
public String audioGetDeviceProperty(int idDevice) { public String audioGetDeviceProperty(int idDevice) {
if (idDevice == 0) { if (idDevice == 0) {
return "speaker:out:8000,16000,24000,32000,48000,96000:2:s16"; return "speaker:out:8000,16000,24000,32000,48000,96000:2:int16";
} else { } else {
return "::::"; return "::::";
} }