Skip to content

Commit

Permalink
Implement Spleeter in Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
ldm0 committed Jun 19, 2022
0 parents commit ce2066a
Show file tree
Hide file tree
Showing 14 changed files with 2,184 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .cargo/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[alias]
xtask = "run --release --manifest-path ./xtask/Cargo.toml --"

[net]
git-fetch-with-cli = true
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/target
/xtask/target
/models
/models.zip
/prebuilt_ffmpeg
*.pcm
*.aac
*.flac
*.mp3
*.DS_Store
/prebuilt_ffmpeg*
Loading

0 comments on commit ce2066a

Please sign in to comment.