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

4
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,4 @@
{
"python.defaultInterpreterPath": ".venv/bin/python",
"python.terminal.activateEnvironment": true
}