File size: 466 Bytes
d870ff6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
# Core Audio Processing Dependencies librosa>=0.10.0 soundfile>=0.12.1 numpy>=1.21.0 scipy>=1.9.0 # Spleeter and ML Dependencies spleeter>=2.3.0 tensorflow>=2.10.0,<2.14.0 protobuf>=3.20.0,<4.0.0 # Style Coaching Dependencies dtw-python>=1.3.0 # Visualization and Analysis matplotlib>=3.5.0 # Audio format support and codecs ffmpeg-python>=0.2.0 # Additional audio processing libraries resampy>=0.4.0 audioread>=3.0.0 # Performance optimization numba>=0.56.0 |