We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
word: isa = bot reading sound "i.s.a" itulah = bot reading sound "skim"
tested using osman
The text was updated successfully, but these errors were encountered:
share code
Sorry, something went wrong.
sure. below is simple code:
import os os.environ['CUDA_VISIBLE_DEVICES'] = '0' import malaya_speech import numpy as np import soundfile as sf def vits(model: str = 'mesolitica/VITS-osman', **kwargs): return malaya_speech.tts.vits(model=model) string1 = 'itulah' def predict(string): osman = vits() r_osman = osman.predict(string) r_osman.keys() # Save the output to a WAV file sf.write('sound.wav', r_osman['y'], samplerate=22050) predict(string1)
just change string1 value with "itulah" and "isa"
No branches or pull requests
word:
isa = bot reading sound "i.s.a"
itulah = bot reading sound "skim"
tested using osman
The text was updated successfully, but these errors were encountered: