round from from Claude Opus 4.8

This commit is contained in:
2026-05-30 15:11:07 -06:00
parent 981106d3df
commit d71fcbab25
12 changed files with 1294 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# Core audio
sounddevice
soundfile
numpy
pydub # MP3/OGG decoding (requires ffmpeg on PATH)
# Notes:
# - ffmpeg must be installed and on PATH for MP3/OGG/etc. decoding via pydub.
# Windows: winget install Gyan.FFmpeg
# Debian/Ubuntu: sudo apt install ffmpeg
# - tkinter ships with CPython but may need a system package on Linux:
# Debian/Ubuntu: sudo apt install python3-tk