0Xiaohei0 / VoiceToJapanese

146 stars 19 forks source link

Cannot construct SpeechConfig with the given arguments #2

Closed Rempacious closed 1 year ago

Rempacious commented 1 year ago

image

Encountered this error, do you need subscription for Azure services?

0Xiaohei0 commented 1 year ago

I have compiled the python file into a .exe that you can just download and run. It's in the release section (https://github.com/0Xiaohei0/VoiceToJapanese/releases). It has all the required api keys built in so you shouldn't have any issues. If you still want to run the console project without using Azure tts, you can set use_microsoft_azure_tts and repeat_in_chinese to false and this should skip all the azure code.

Rempacious commented 1 year ago

The UI executable now properly works. Thank you very much!