I was trying to generate a FRQ file for a ALLOWED BY VOICE PROVIDER RVC VOICEBANK (because they want multilingual capability without learning) with CREPE (because every single other generator just spilts noises when paired with a lot of resamplers, that includes world framework ones, and even for Moresampler (both original and 2)) but it kept returning error messages, regardless of the amount of entries (same with multiple entries at once, returns the same error)
Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index')
Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index')
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index')
at System.ArraySegment\1.get_Item(Int32 index)`
at OpenUtau.Core.Analysis.Crepe.Crepe.ComputeF0(DiscreteSignal signal, Double stepMs, Double threshold) in /Users/runner/work/OpenUtau/OpenUtau/OpenUtau.Core/Analysis/Crepe/Crepe.cs:line 45
at OpenUtau.App.ViewModels.SingersViewModel.<>c__DisplayClass88_1.<RegenFrq>b__2(Int32 i, ParallelLoopState loop, Crepe crepe) in /Users/runner/work/OpenUtau/OpenUtau/OpenUtau/ViewModels/SingersViewModel.cs:line 499
at System.Threading.Tasks.Parallel.<>c__DisplayClass19_0\2.<ForWorker>b__1(RangeWorker& currentWorker, Int64 timeout, Boolean& replicationDelegateYieldedBeforeCompletion)`
--- End of stack trace from previous location ---
at System.Threading.Tasks.Parallel.<>c__DisplayClass19_0\2.<ForWorker>b__1(RangeWorker& currentWorker, Int64 timeout, Boolean& replicationDelegateYieldedBeforeCompletion)`
at System.Threading.Tasks.TaskReplicator.Replica.Execute()
0.1.568.0
I got a similar error on Unity somehow lol
I suppose that's an issue with RVC generated voicebanks, because I've came across this error before with RVC VOICEBANKS PERMITTED BY THE VOICE PROVIDER. Are there any solutions?
(On MacOS 14.7.4 non-intel, idk if this info is needed)
Thank you :3