Audio is too loud when recorded
I'm trying to figure out if there's a way to let the user record the snap with the audio component playing as background music I've tried in my script:
if (global.Scene.isRecording()){
script.AudioCompo.volume = .1;
}
it still seems like the device is recording from the microphone and the device itself
appreciate your help
hi Ahmed Aborady
try this volume controller
For any help just let us know
Cheers
the script is working no issues with that I can hear the audio becomes lower when start the camera recording, the issue is in the recorded snap the audio is very loud without this low volume
hi Ahmed Aborady
Check this post it may help more
or try to use online audio editor i always use https://mp3cut.net/
to lower the volume
Have fun.