Instructions to use OpenVoiceOS/phoonnx-pocket-tts with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Pocket-TTS
How to use OpenVoiceOS/phoonnx-pocket-tts with Pocket-TTS:
from pocket_tts import TTSModel import scipy.io.wavfile tts_model = TTSModel.load_model("OpenVoiceOS/phoonnx-pocket-tts") voice_state = tts_model.get_state_for_audio_prompt( "hf://kyutai/tts-voices/alba-mackenna/casual.wav" ) audio = tts_model.generate_audio(voice_state, "Hello world, this is a test.") # Audio is a 1D torch tensor containing PCM data. scipy.io.wavfile.write("output.wav", tts_model.sample_rate, audio.numpy()) - Notebooks
- Google Colab
- Kaggle
File size: 130 Bytes
2a4eee4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:389079b9c67cd17ff1c565d53bc695df390b4ca8abf2300947e659585edd9d2a
size 59837
|