You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support applying pitch from wave part (stakira#2020)
* Implement graceful interruption for transcribe audio
* Use `CancellationTokenSource` to address thread race
* Do UI cleanup in all paths
* Track a pending-terminate flag before `runOptions` is initialized
* Support applying pitch from wave part
* Handle slicing boundaries correctly, add string resources
@@ -126,7 +131,7 @@ Do you want to continue by splitting at the nearest position after current playh
126
131
<system:Stringx:Key="dialogs.transcribe.game.notfound">GAME is not installed.</system:String>
127
132
<system:Stringx:Key="dialogs.transcribe.rmvpe.notfound">RMVPE is not installed. Install it from the Package Manager.</system:String>
128
133
<system:Stringx:Key="dialogs.transcribe.allnotfound">No transcription models are installed. Please install GAME via the Package Manager or download manually from {0}.</system:String>
129
-
<system:Stringx:Key="dialogs.transcribe.rmvpe">Predict f0 (PITD) using RMVPE</system:String>
134
+
<system:Stringx:Key="dialogs.transcribe.rmvpe">Extract pitch using RMVPE</system:String>
0 commit comments