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:
parent
506ff1f065
commit
d450220bae
3 changed files with 5 additions and 5 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue