We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8d421f commit fc8d57eCopy full SHA for fc8d57e
1 file changed
.github/workflows/test_cli.yml
@@ -53,6 +53,7 @@ jobs:
53
python3 -m rvc.infer.infer_cli rvc --input_path "audio/test.mp3" --rvc_model "Tsoi" --f0_method "rmvpe" --f0_min 1 --f0_max 1100 --hop_length 32 --rvc_pitch -6 --protect 0.5 --index_rate 0 --volume_envelope 1 --output_format "mp3" &
54
PID=\$!
55
timeout 10 py-spy top --pid $PID
56
+ shell: bash
57
58
tts_cli:
59
runs-on: ubuntu-latest
@@ -93,3 +94,4 @@ jobs:
93
94
python3 -m rvc.infer.infer_cli tts --tts_voice "en-US-GuyNeural" --tts_text "e" --tts_rate 0 --tts_volume 0 --tts_pitch 0 --rvc_model "Tsoi" --f0_method "rmvpe" --f0_min 1 --f0_max 1100 --hop_length 32 --rvc_pitch -6 --protect 0.5 --index_rate 0 --volume_envelope 1 --output_format "mp3" &
95
PID=$!
96
97
0 commit comments