SZAVPlayer icon indicating copy to clipboard operation
SZAVPlayer copied to clipboard

I am not getting audio feedback

Open geniusjames opened this issue 1 year ago • 1 comments

When using SZAVPlayer for video, there is no audio feedback. This also happens in the example app attached (both for video or audio).

geniusjames avatar Nov 01 '24 12:11 geniusjames

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

eroscai avatar Nov 04 '24 02:11 eroscai