Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request - Volume control #404

Open
Cascasbah opened this issue Apr 12, 2024 · 2 comments
Open

Feature request - Volume control #404

Cascasbah opened this issue Apr 12, 2024 · 2 comments

Comments

@Cascasbah
Copy link

I have noticed that there is no way to control audio in and audio out volumes on the goggles.

The feature would be useful to record good audio, especially when using external mics, and to review footage directly on the goggles.

Additionally, when using the goggles via HDMI, it can be useful to control audio levels.

@ligenxxxx
Copy link
Member

image
range 0~31

@ligenxxxx ligenxxxx pinned this issue Jun 6, 2024
@xer271
Copy link

xer271 commented Nov 10, 2024

I messed with the Line In settings a bit today. I found that the amixer cset numid=15,iface=MIXER,name='MIC2 boost AMP gain control' setting was the amp control for line in (default value of 4, range of [0,7]), and amixer cset numid=1,iface=MIXER,name='AIF1 ADC timeslot 0 volume' controlled the line in volume (default value of 160, range of [0,255].
For my mic (BY-M110), mic positioning, and voice, I had the best results with the following:
Minimum amp gain that was still enabled, as having it completely off made the snr worse, but with it higher I could make the audio clip quite easily even with the volume turned down.
amixer cset numid=15,iface=MIXER,name='MIC2 boost AMP gain control' 1
And then setting the mic volume as high as I could without clipping.
amixer cset numid=1,iface=MIXER,name='AIF1 ADC timeslot 0 volume' 155

Here are the results:
adjusting amp gain from default of 4 down to 0:
image
adjusting volume in increments of 5 from 160 to 140 (with gain of 1):
image

I think it would be quite useful if we could have a setting in the "Record Option" menu page for setting both the gain and volume for line in. Just volume would also be fine if you wanted to keep it simpler, I was able to get alright results only reducing volume, but not as good as with also reducing gain.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants