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