350d / 70Mai_A800S_Firmware

Custom firmware with outrun scripting
MIT License
55 stars 9 forks source link

Increase audio recording volume #16

Open OmnibladeZ opened 11 months ago

OmnibladeZ commented 11 months ago

How do I increase the volume of the audio recording?

350d commented 11 months ago

Try this script

OmnibladeZ commented 11 months ago

Thanks! I'll try this, are there only two options for this setting? LOW and STANDARD only? And is this the only setting regarding audio recordings?

350d commented 11 months ago

You can try 0, 1, 2 and so on...

OmnibladeZ commented 11 months ago

What is the equivalent for 2 and onwards? for 1 - STANDARD

echo "micsen 1" > $VIDEOPARAM
nvconf set 0 Camera.Menu.MicSensitivity STANDARD

how about for 2 - ???

echo "micsen 2" > $VIDEOPARAM
nvconf set 0 Camera.Menu.MicSensitivity ???

Thank you

350d commented 11 months ago

nvconf used to store the settings to get it back on reboot the unit, so, its not important to save it if you have startup script. Just try to use echo "micsen 2" > $VIDEOPARAM and so on to get realtime changes to recordings.