Skip to content

Control and audio processing of an integrated preamplifier

Notifications You must be signed in to change notification settings

baloothebear4/preDAC

Repository files navigation

preDAC - HiFi preamplifier control and visualisation

Control and audio processing of an integrated preamplifier, with a range of visualisation screen eg VU meters and Spectrum Analysers. Plus this has remote controlled volume control (of a ladder volume control) and control source.

Installation

  1. Create a new SD card based off a build of Moode - this creates a base audio player
  2. Update the Pi libraries and packages
sudo apt update
sudo apt upgrade
sudo apt install git
  1. Copy down all of the application code
git clone <preDAC repo link>
  1. Install all the dependent packages
cd preDAC
sudo pip3 install -r requirements.txt
sudo apt install python3-pyaudio
sudo apt-get install lirc
  1. Move the config files to the correct locations
sudo cp /boot/config.txt /boot/config.txt.moode
sudo cp ~/preDAC/config.txt /boot
.lirc
preDAC.service
  1. Start the autorunning service
sudo systemcmd preDAC.service
reboot
  1. All good to listen to great music

About

Control and audio processing of an integrated preamplifier

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published