mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-30 12:22:58 +00:00
fix: add ffmpeg install
This commit is contained in:
@@ -6,9 +6,12 @@ jobs:
|
||||
working_directory: ~/spleeter
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
name: install ffmpeg
|
||||
command: sudo apt-get install ffmpeg
|
||||
- run:
|
||||
name: install spleeter
|
||||
command: pip install . --user
|
||||
command: sudo pip install .
|
||||
- run:
|
||||
name: test separation
|
||||
command: python -m spleeter separate -i audio_example.mp3 -o .
|
||||
|
||||
Reference in New Issue
Block a user