Skip to content

Commit

Permalink
Merge pull request #1376 from Sonicadvance1/OpenSLES-samplerate-fix
Browse files Browse the repository at this point in the history
Fixes OpenSLES's sample rate.
  • Loading branch information
lioncash committed Oct 23, 2014
2 parents 2f48d71 + 5204acd commit 628e7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/AudioCommon/OpenSLESStream.cpp
Expand Up @@ -69,7 +69,7 @@ bool OpenSLESStream::Start()
SLDataFormat_PCM format_pcm = {
SL_DATAFORMAT_PCM,
2,
SL_SAMPLINGRATE_44_1,
m_mixer->GetSampleRate() * 1000,
SL_PCMSAMPLEFORMAT_FIXED_16,
SL_PCMSAMPLEFORMAT_FIXED_16,
SL_SPEAKER_FRONT_LEFT | SL_SPEAKER_FRONT_RIGHT,
Expand Down

0 comments on commit 628e7cb

Please sign in to comment.