You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking to control the audio volume of the M8 with the hardware audio volume buttons on a rg353m, running Arkos.
M8.sh: works nicely, but the audio volume is at the maximum level, and the volume hardware buttons don't change the volume of the M8. I suspect alsaloop to bypass the volume control.
M8_pulse.sh: there is no sound at all. Modifying the sink/source index into pulseaudio_config.pa does not work. But it is not very clear for me what configuration is needed in alsamixer.
The text was updated successfully, but these errors were encountered:
Found a solution for M8.sh, change the playback device to "default" in alsaloop_wait: alsaloop -P default -C hw:2,0 -t 200000 -A 5 --rate 44100 --sync=0 -T -1 -d
Thanks for your this great porting !
I'm looking to control the audio volume of the M8 with the hardware audio volume buttons on a rg353m, running Arkos.
M8.sh: works nicely, but the audio volume is at the maximum level, and the volume hardware buttons don't change the volume of the M8. I suspect alsaloop to bypass the volume control.
M8_pulse.sh: there is no sound at all. Modifying the sink/source index into pulseaudio_config.pa does not work. But it is not very clear for me what configuration is needed in alsamixer.
The text was updated successfully, but these errors were encountered: