30 lines
487 B
Plaintext
30 lines
487 B
Plaintext
# Pi Multi-FX Pedal — Requirements
|
|
# Core audio
|
|
jackclient-python>=0.5.5
|
|
numpy>=1.24
|
|
|
|
# NAM inference (on RPi 4B aarch64)
|
|
# libtorch via nam Python package
|
|
neural-amp-modeler>=0.8.0
|
|
|
|
# IR convolution
|
|
# scipy for wav/IR file loading
|
|
scipy>=1.10
|
|
|
|
# UI
|
|
RPi.GPIO>=0.7.1
|
|
adafruit-circuitpython-ssd1306>=2.12
|
|
adafruit-circuitpython-neopixel>=6.3
|
|
pillow>=10.0
|
|
|
|
# MIDI
|
|
python-rtmidi>=1.5
|
|
|
|
# Config & presets
|
|
pyyaml>=6.0
|
|
orjson>=3.9
|
|
|
|
# Testing
|
|
pytest>=7.4
|
|
pytest-asyncio>=0.21
|
|
pytest-mock>=3.11 |