Skip to content

Commit ce2066a

Browse files
committed
Implement Spleeter in Rust
0 parents  commit ce2066a

File tree

14 files changed

+2184
-0
lines changed

14 files changed

+2184
-0
lines changed

.cargo/config

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[alias]
2+
xtask = "run --release --manifest-path ./xtask/Cargo.toml --"
3+
4+
[net]
5+
git-fetch-with-cli = true

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/target
2+
/xtask/target
3+
/models
4+
/models.zip
5+
/prebuilt_ffmpeg
6+
*.pcm
7+
*.aac
8+
*.flac
9+
*.mp3
10+
*.DS_Store
11+
/prebuilt_ffmpeg*

0 commit comments

Comments
 (0)