This repository has been archived by the owner on Sep 10, 2024. It is now read-only.
Releases: rbultman/raspberry-jam
Releases · rbultman/raspberry-jam
New Release
Changes:
- Switch to jack2
- Added card definition for HiFi DAC ADC
- Removed the need for start_jack.sh
- Added example code for testing STUN/hole punching
- Improved operation of Connect button on the Blynk app
- Added automated latency testing via the Blynk app
- Fixed bug where multiple instances would run
- Greatly improved usage of ecasound for routing
- Improved editing of session info
Headless configuration
Now supports headless configuration via web app and the ability to save multiple "sessions".
New jack and jacktrip
Changes:
- Uses jack2 instead of jack1
- Uses jacktrip built from the 'aaron' branch
- ssh enabled by default to make headless setup easier
- The filesystem will auto expand on first boot
- Some udp testing utilities are included
- ecasound and ecatools are included
Initial pi image release for jacktrip
Release Notes:
- Provides real time kernels for the Pi3 and Pi4. This is a lite release, so no GUI is configured.
- jackd (jackd1) and jacktrip pre-installed
- To use:
a. Flash the image to an SD card
a. Modify/boot/config.txt
to select your sound card
b. If you need ssh access, add the empty filessh
to/boot
c. Reboot
d. Startjackd
with the appropriate parameters for you needs
e. Startjacktrip
with the appropriate parameters for you needs
Additional notes:
- The file system does not expand automatically on first boot. Use
sudo raspi-config
to expand it from the command line.