Skip to content

Commit

Permalink
increase alsa levels to 80%
Browse files Browse the repository at this point in the history
  • Loading branch information
kdoren committed Dec 31, 2020
1 parent 32e7535 commit 9db73f7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,19 +72,19 @@ Raspberry Pi + Audio Interface + Headphone Amp. Can be attached to a board with
| JAMULUS_SERVER | *DNS name or IP of Jamulus server* | | /home/pi/.config/Jamulus/jamulus_start.conf |
| JAMULUS_TIMEOUT | *shutdown timer if auto-connecting* | 120m | /home/pi/.config/Jamulus/jamulus_start.conf |
| AJ_SNAPSHOT | *filename of alsa-jack patch configuration* | ajs-jamulus-stereo.xml | /home/pi/.config/Jamulus/jamulus_start.conf |
| MASTER_LEVEL | *master output level for USB interface* | 75% | /home/pi/.config/Jamulus/jamulus_start.conf |
| CAPTURE_LEVEL | *capture level for USB interface* | 50% | /home/pi/.config/Jamulus/jamulus_start.conf |
| JAMULUS_ALSA_DEVICE | *alsa device of USB interface* | card 2 | /home/pi/.config/Jamulus/jamulus_start.conf |
| MASTER_LEVEL | *master output level for USB interface* | 80% | /home/pi/.config/Jamulus/jamulus_start.conf |
| CAPTURE_LEVEL | *capture level for USB interface* | 80% | /home/pi/.config/Jamulus/jamulus_start.conf |
| JAMULUS_ALSA_DEVICE | *alsa device of USB interface* | from jackdrc.conf | /home/pi/.config/Jamulus/jamulus_start.conf |
| **SonoBus Settings** ||||
| SONOBUS_AUTOSTART | *set to 1 to launch on boot* | 0 | /home/pi/.config/sonobus_start.conf |
| AJ_SNAPSHOT | *filename of alsa-jack patch configuration* | ajs-sonobus-stereo.xml | /home/pi/.config/sonobus_start.conf |
| MASTER_LEVEL | *master output level for USB interface* | 75% | /home/pi/.config/sonobus_start.conf |
| CAPTURE_LEVEL | *capture level for USB interface* | 50% | /home/pi/.config/sonobus_start.conf |
| SONOBUS_ALSA_DEVICE | *alsa device of USB interface* | card 2 | /home/pi/.config/sonobus_start.conf |
| MASTER_LEVEL | *master output level for USB interface* | 80% | /home/pi/.config/sonobus_start.conf |
| CAPTURE_LEVEL | *capture level for USB interface* | 80% | /home/pi/.config/sonobus_start.conf |
| SONOBUS_ALSA_DEVICE | *alsa device of USB interface* | from jackdrc.conf | /home/pi/.config/sonobus_start.conf |
| **Jack Settings** ||||
| DEVICE | *alsa device ID of USB interface* | hw:2,0 | /etc/jackdrc.conf
| DEVICE | *alsa device ID of USB interface* | last capture device | /etc/jackdrc.conf
| PERIOD | *Jack Audio samples per period* | 64 | /etc/jackdrc.conf |
| NPERIODS | *Jack Audio number of periods per buffer* | 5 | /etc/jackdrc.conf |
| NPERIODS | *Jack Audio number of periods per buffer* | 8 | /etc/jackdrc.conf |
| **Jamulus Server Settings** | *see file* || /home/pi/.config/Jamulus/jamulus-server.conf |

### Web Browser access to Raspberry Pi Desktop - How it works
Expand Down
4 changes: 2 additions & 2 deletions stage3/06-install-jamulus/files/jamulus_start.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
JAMULUS_AUTOSTART=0
JAMULUS_SERVER=
JAMULUS_TIMEOUT=120m
MASTER_LEVEL="75%"
CAPTURE_LEVEL="75%"
MASTER_LEVEL="80%"
CAPTURE_LEVEL="80%"
AJ_SNAPSHOT=ajs-jamulus-stereo.xml
4 changes: 2 additions & 2 deletions stage3/06-install-jamulus/files/jns/jamulus_start.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
JAMULUS_AUTOSTART=1
JAMULUS_SERVER=room1.jazznightschool.org
JAMULUS_TIMEOUT=120m
MASTER_LEVEL="75%"
CAPTURE_LEVEL="75%"
MASTER_LEVEL="80%"
CAPTURE_LEVEL="80%"
AJ_SNAPSHOT=ajs-jamulus-stereo.xml
4 changes: 2 additions & 2 deletions stage3/08-install-sonobus/files/sonobus_start.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
# SONOBUS_ALSA_DEVICE=<alsa_device> # Alsa card of USB Interface (default "card 2")

SONOBUS_AUTOSTART=0
MASTER_LEVEL="75%"
CAPTURE_LEVEL="75%"
MASTER_LEVEL="80%"
CAPTURE_LEVEL="80%"
AJ_SNAPSHOT=ajs-sonobus-stereo.xml

0 comments on commit 9db73f7

Please sign in to comment.