Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I am not getting audio feedback #37

Open
geniusjames opened this issue Nov 1, 2024 · 1 comment
Open

I am not getting audio feedback #37

geniusjames opened this issue Nov 1, 2024 · 1 comment

Comments

@geniusjames
Copy link

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

@eroscai
Copy link
Owner

eroscai commented Nov 4, 2024

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:

public static func activeAudioSession(category: AVAudioSession.Category = .playback,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants