feat: Implement batch processing workflow with shared global settings
Browse filesThis commit introduces a major new feature: a batch processing workflow. Users can now process multiple audio or MIDI files in a single run using a consistent set of configurations.
- README.md +1 -1
- app.py +0 -0
- packages.txt +2 -0
README.md
CHANGED
@@ -14,7 +14,7 @@ tags:
|
|
14 |
- MIDI rendering
|
15 |
- MIDI renderer
|
16 |
short_description: Audio to MIDI Transcription and Advanced render
|
17 |
-
sdk_version: 5.
|
18 |
thumbnail: >-
|
19 |
https://cdn-uploads.huggingface.co/production/uploads/5f57ea2d3f32f12a3c0692e6/SvsnExU8EVOdm-Ol32RIn.png
|
20 |
---
|
|
|
14 |
- MIDI rendering
|
15 |
- MIDI renderer
|
16 |
short_description: Audio to MIDI Transcription and Advanced render
|
17 |
+
sdk_version: 5.42.0
|
18 |
thumbnail: >-
|
19 |
https://cdn-uploads.huggingface.co/production/uploads/5f57ea2d3f32f12a3c0692e6/SvsnExU8EVOdm-Ol32RIn.png
|
20 |
---
|
app.py
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
packages.txt
CHANGED
@@ -1,3 +1,5 @@
|
|
1 |
fluidsynth
|
2 |
portaudio19-dev
|
3 |
libportaudio2
|
|
|
|
|
|
1 |
fluidsynth
|
2 |
portaudio19-dev
|
3 |
libportaudio2
|
4 |
+
ffmpeg
|
5 |
+
libgl1
|