audio gen in gui

This commit is contained in:
2026-04-08 01:42:29 -06:00
parent 69639342e3
commit 894144c84a
10 changed files with 1123 additions and 371 deletions

2
.envrc Normal file
View File

@ -0,0 +1,2 @@
export VIRTUAL_ENV="$PWD/.venv"
export PATH="$VIRTUAL_ENV/bin:$PATH"