diff options
-rwxr-xr-x | backends/platform/bada/audio.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/platform/bada/audio.cpp b/backends/platform/bada/audio.cpp index 4b435cbd1d..4ead7ebde1 100755 --- a/backends/platform/bada/audio.cpp +++ b/backends/platform/bada/audio.cpp @@ -216,6 +216,7 @@ void AudioThread::OnAudioOutInterrupted(Osp::Media::AudioOut &src) { void AudioThread::OnAudioOutReleased(Osp::Media::AudioOut &src) {
logEntered();
+ _audioOut->Start();
}
void AudioThread::OnAudioOutBufferEndReached(Osp::Media::AudioOut &src) {
|