Yes, I can see audio output in speakers is very low
I change it the audio volume to a louder value using amixer
#Digital Playback Volume (max 127)
alsa_amixer cset numid=18 120,120
I also noticed the capture volume is at maximum which can lead to saturation or capture environment noise
# Digital Capture Volume (max 127)
alsa_amixer cset numid=8 110,110
However i noticed that the Playback volume is kept all the way after you set it with amixer.
However the Capture Volume is changed by the SoudRecored app each time the record button is pressed. so I needed to change the capture volume on the fly (after the recording was started)
I will try to check if there is a way to configure this values other that write directly using the amixer controls.