bvibber / OGVKit

Ogg and WebM media playback for iOS
MIT License
216 stars 67 forks source link

Incresing AudioFeeder buffer size to enable playing audios in background #183

Closed Nixsm closed 4 years ago

Nixsm commented 7 years ago

This pull request will fix #170. The issue was when the user presses the lock button, the app wouldn't have enough buffer size to keep playing, thus the audio would freeze until the user turned the screen on again

twnaing commented 7 years ago

Audio still not coming back after the screen was on again (without your patch).

twnaing commented 6 years ago

Is this issue related to #187 ?

bvibber commented 6 years ago

Most likely related, yes. (The example/test app isn't currently designed to continue playing when in background, so need to tweak it slightly before I test & merge.)