round from from Claude Opus 4.8
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user