VRCWizard
VRCWizard
@Lhun This is a fantastic suggestion since azure "text translation" isn't free which is why you can not translate TTS in the main app. I have begun testing the API...
I'm pretty new to this stuff so if you could recommend helpful links / information to look at in regards to this that would be great. I tend to code...
I wish a solution was provided here. x_x ... i figured out that varispeed was causing "MemoryAllocationError calling waveOutWrite" when spammed because it is always playing. edit: instead of checking...
For my use case (transcribing from microphone with c# NuGet package) setting the `max-context` parameter to 0 worked for me to stop text from repeating. In the example code for...
I haven't tried it myself, although in every case where a user has come to me with the ```AlreadyAllocated calling waveOutOpen```error they had VoiceMeeter Banana running. Closing VoiceMeeter Banana solved...
https://github.com/AwesomeYuer/whisper.NAudio.NET is an example but it does seem too slow for real time with this repo. https://github.com/Const-me/Whisper/tree/master/Examples/MicrophoneCS This other implementation is much faster but it doesn't use naudio loopback (doesn't...