Awalz / SwiftyCam

A Snapchat Inspired iOS Camera Framework written in Swift
BSD 2-Clause "Simplified" License
2.08k stars 326 forks source link

Change category of AVAudioSession #202

Closed blurtime closed 5 years ago

blurtime commented 5 years ago

Just a small suggestion: I found that the .ambient audio session category sometimes only played the video's audio at a much lower volume - in some cases, I couldn't hear anything at all. Therefore, I'd suggest changing it to .playback since that's the safer way to have audio. Really like the pod (and the examples), thank you!

jonandersen commented 5 years ago

Thanks @blurtime that makes a lot more sense to do!