From 17c7da2125d90215e883d83e494c38bc9a018428 Mon Sep 17 00:00:00 2001 From: Lucca Pirovano Date: Mon, 20 Jul 2026 14:18:13 -0400 Subject: [PATCH] added startup sh script for my laptop to set the mic volume and run the app with my settings --- __pycache__/naomusic.cpython-311.pyc | Bin 8986 -> 8986 bytes start.sh | 3 +++ 2 files changed, 3 insertions(+) create mode 100755 start.sh diff --git a/__pycache__/naomusic.cpython-311.pyc b/__pycache__/naomusic.cpython-311.pyc index 80091de9624f666560869a9b145c3678b47f69ec..8f3b96fdc2db8c2f57bc8160fe8f6f4f108730af 100644 GIT binary patch delta 19 ZcmbQ`Hp`7`IWI340}z}D+{h)M3;;9S1f2i? delta 19 ZcmbQ`Hp`7`IWI340}xcoZsZbB1^_Vr1R4MU diff --git a/start.sh b/start.sh new file mode 100755 index 0000000..4339491 --- /dev/null +++ b/start.sh @@ -0,0 +1,3 @@ +#!/bin/bash +pactl set-source-volume alsa_input.pci-0000_00_1b.0.analog-stereo 32% +python3.11 naowalk.py --ip spike.local --port 9561 --mic-gain 9 --video-scale 3.0