xmos / vocalfusion-stereo-setup

Setup scripts for the stereo VocalFusion product
0 stars 1 forks source link

VocalFusion stereo setup scripts #1

Closed dfollent closed 6 years ago

dfollent commented 6 years ago

Made changes to auto_install.sh to prevent overwrite. Added changes to asoundrc and to crontab boot commands. This ensures alsamixer is controllable at startup.

pthedinger commented 6 years ago

The resources/asoundrc is not the same as the one in the avs equivalent repo. Which one is right?

dfollent commented 6 years ago

The resources/asoundrc in this repo is in a working state. It differs from the AVS repo in that the Playback and Record softvol controls refer to 'card sndrpisimplecar' instead of 'card 0'. This change may be trivial.

Another difference is in scripts/i2s_i2c_setup.sh, which runs aplay and arecord at startup to ensure alsa controls work correctly. I suggest this change is added to the AVS repo as well.