Skip to content

ajbucci/mod-pisound

Repository files navigation

MOD Devices software install script for Raspberry OS 64bit with PiSound hat from Blokas Labs

use at your own risk! tested on a fresh install of Raspberry Pi OS Lite 64bit

update system and install git

sudo apt update;sudo apt upgrade -y
sudo apt install git

Clone the repository in your $HOME folder

cd ~
git clone https://github.com/ajbucci/mod-pisound
cd mod-pisound/

Triggers installation, say yes to the jackd2 promt asking for realtime permissions

./install.sh

your user will be added to the audio group and assigned rtprio as per Linux Audio Wiki

This is a modification from the original to work with PiSound hat and some other changes to make it work good on a fresh raspberry pi OS install.

Using other soundcards

  • if you wish to use it with another soundcard (say an 8 ch one for instance :-) just replace the interface name in jackdrc with your interface name instead of hw:pisound

 

The audio settings are in jackdrc where you can change the buffer size(-p), sample rate(-r), periods(-n) etc.

Plugins must be compiled by you either using the MOD plugin builder Check Carlo Cattano's gist explaining how to compile plugins for your pi or mod

The setup allows to use MOD software alongside other programs like sequencers, plugin hosts or other daws and route the audio at will using any jack patching tool

   

If you want to overclock your pi to 1.8 GHz instead of the >default 1.5 GHz consider using a fan or other means of cooling, things can warm up to 80ºC! You do so by adding arm_boost=1 in your /boot/config.txt

 

TODO:

  • uninstall script
  • pisound-btn
  • pisound-ctl

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages