AppForce1 Worklog: When Your Volume Slider Has a Mind of Its Own
AppForce1 Worklog - A podcast by Jeroen Leenarts

Categories:
Send me a text Make sure to let me know what you think of this episode. I completely refactored an audio system for a work app, splitting a single AVAudioEngine into separate engines for recording and playback. This architectural change fixed a bizarre bug where the system volume slider moved unexpectedly during audio operations. • Split AVAudioEngine into separate recording and playback engines • Fixed the MP Volume View movement issue by unifying audio session management • Improved backgr...