0

I am trying to use mozilla-deepspeech in my project to generate text to voice. How do i use it for another language than English? I want to convert to Indonesia language.

Note: I am using NodeJS as a base project on windows.

Thank you for your solution

F.H.
  • 1,456
  • 1
  • 20
  • 34
Prahastha
  • 1
  • 3

1 Answers1

0
  1. You need an Indonesian model that is downloadable. Check this list.
  2. Simply load another model and scorer via the API and provide the audio.
Olaf
  • 158
  • 7