SZAVPlayer
SZAVPlayer copied to clipboard
I am not getting audio feedback
When using SZAVPlayer for video, there is no audio feedback. This also happens in the example app attached (both for video or audio).
Are you referring to silent playback? In iOS, audio settings are controlled through AVAudioSession-related classes. The SDK also provides simple encapsulated methods for activating and deactivating audio, which you can experiment with and debug yourself. Check it out here: https://github.com/eroscai/SZAVPlayer/blob/4f6cf619650f76bc0b2d7ab068dc5c083490018b/Sources/Classes/SZAVPlayer.swift#L523