You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ A collection of MIR open-source tools, dedicated to efficient inference tasks.
6
6
Designed to be lightweight with minimal package dependencies, ensuring easy installation and compatibility with various environments. This reduces the complexity of managing dependencies and helps avoid potential conflicts with other packages.
7
7
8
8
### Accelerated Multi-file Parallel Processing
9
-
Significantly accelerating the analysis and processing of large datasets. By leveraging multi-threading and multi-processing techniques, and using CUDA for multi-GPU acceleration, MUSION can efficiently handle multiple files simultaneously, reducing the overall processing time.
9
+
Significantly accelerating the analysis and processing of large datasets. By leveraging multi-threading and multi-processing techniques, and using ONNX TRT/CUDA for multi-GPU acceleration, MUSION can efficiently handle multiple files simultaneously, reducing the overall processing time.
10
10
11
11
### Unified and Concise UI
12
12
Making it easy to use across different tools and applications. Whether you prefer using the Python interface, command-line interface (CLI), MUSION provides a consistent and intuitive experience for all users.
@@ -23,7 +23,7 @@ Separate songs into "drums", "bass", "other", "vocals"
23
23
Detect chorus part for pop songs
24
24
25
25
[transcribe](musion/transcribe/README.md) automatic music transcription
26
-
Transcribe piano or vocal audio to BEAT-ALIGNED MIDI file.
26
+
Transcribe piano, drums or vocal audio to BEAT-ALIGNED MIDI file.
0 commit comments