SwiftyCam icon indicating copy to clipboard operation
SwiftyCam copied to clipboard

The sound in the video is very quiet

Open Adakhan opened this issue 4 years ago • 5 comments

The sound in the captured video is very quiet. I made allowBackgroundAudio = true audioEnabled = true But the sound is still quiet.

Adakhan avatar Jul 31 '20 20:07 Adakhan

I have the same issue. In addition, the video when exported and then watched in the Photos app is muted but can be unmuted by tapping the unmute button in the Photos app.

Perhaps this is the fix.

Any suggestions? @Awalz @jonandersen

Ludotrico avatar Aug 01 '20 23:08 Ludotrico

I am having a similar problem. I am trying to play audio while recording a video. While the video is recording the audio is very quiet. When the video is playing back the audio is a normal volume. Is there a fix to make the audio a normal volume while the video is recording?

gwenfriedman avatar Aug 05 '20 18:08 gwenfriedman

I tried to set allowBackgroundAudio = false. Probably it fixed the problem.

Adakhan avatar Aug 14 '20 16:08 Adakhan

I tried to set allowBackgroundAudio = false. Probably it fixed the problem.

This fixes the quiet sound.

@Ludotrico, @gwenfriedman perhaps you can try this.

The implementation of func setBackgroundAudioPreference() is the reason for this quiet sound.

M-I-N avatar Aug 19 '20 12:08 M-I-N

@Adakhan I tried to set allowBackgroundAudio = false then fixed audio issue, but my app not getting any caption (words of audio) without allowBackgroundAudio. when I set allowBackgroundAudio = true then video caption getting proper. can you help me.

iqbal92 avatar Nov 01 '22 02:11 iqbal92