You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
before every audio-related task in the app. That seems to reset the volume.
The problem applies to videos that are played as well, btw. So after showing the camera-preview to the user, the volume of all other sounds is dropped to like 10%.
before every audio-related task in the app. That seems to reset the volume.
The problem applies to videos that are played as well, btw. So after showing the camera-preview to the user, the volume of all other sounds is dropped to like 10%.
@Bezlepkin Didn't really solve it - just what I wrote above your comment. Add AVAudioSession.sharedInstance().setCategoryWithOptionsError( AVAudioSessionCategoryPlayAndRecord, AVAudioSessionCategoryOptions.DefaultToSpeaker); to every Audio related task. That should reset the volume.
Uh oh!
There was an error while loading. Please reload this page.
I don't know whether this is really related to this plugin, but here's what I observed.
I have an app with a text2speech function.
The camera is loaded into a modal view.
After opening and closing the camera, the text2speech is only half as loud as before. Setting the volume doesn't do anything.
Is the plugin fiddling with the volume settings? How can I avoid this?
The effect only shows on iOS - Android's working fine.
The text was updated successfully, but these errors were encountered: