daft-engineers / vocoder

Open source vocoder designed for the Raspberry Pi.
https://daft-engineers.github.io/vocoder/
Mozilla Public License 2.0
11 stars 0 forks source link

Pi Minimal boot #78

Open bear-in-the-air opened 1 year ago

bear-in-the-air commented 1 year ago

As a musician I would like the vocoder to boot quickly and launch directly in to the vocoder software.

Sucess criteria

MHCooke commented 1 year ago

For this to work we will need to tell ALSA which devices on the codec zero we want to use (AUX in, AUX out). This can be done with a script as specified here: https://www.raspberrypi.com/documentation/accessories/audio.html#codec-zero-configuration

bear-in-the-air commented 1 year ago

Using raspi-config in Rasbian the Pi can be set to a command line only boot mode which doesn't load X server or the desktop, considerably reducing boot time and background RAM and CPU use.

The software once compiled can be run on boot with a script called on bash startup, once it is completed.