1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Use mix rate and output latency constants in audio drivers

Fix default mix rate in Xaudio2 and potential shadowing issue in JAndroid.
This commit is contained in:
Rémi Verschelde
2019-03-07 10:29:37 +01:00
parent 506ff1f065
commit d450220bae
3 changed files with 5 additions and 5 deletions

View File

@@ -326,7 +326,7 @@ Error AudioDriverOpenSL::capture_stop() {
int AudioDriverOpenSL::get_mix_rate() const {
return 44100;
return 44100; // hardcoded for Android, as selected by SL_SAMPLINGRATE_44_1
}
AudioDriver::SpeakerMode AudioDriverOpenSL::get_speaker_mode() const {