pipenv: add sound-run; sound.py: --input-device flag

This commit is contained in:
Pi User
2025-10-01 23:29:38 +13:00
parent ed35d6b838
commit fbeb365932
2 changed files with 9 additions and 3 deletions

View File

@@ -34,3 +34,4 @@ flash-esp32 = "bash -c 'source $HOME/esp/esp-idf/export.sh && cd esp32 && idf.py
watch-esp32 = "watchfiles 'bash -c \"source $HOME/esp/esp-idf/export.sh && cd esp32 && idf.py -p ${ESPPORT:-/dev/ttyACM0} -b ${ESPSPEED:-460800} flash monitor\"' esp32/main"
send-json = "python test/send_json.py"
send-net = "python test/test_networking.py"
sound-run = "python src/sound.py"