neutts-air-es-preview
96
2 languages
license:apache-2.0
by
jaeyong2
Audio Model
OTHER
New
96 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
Unknown
Mobile
Laptop
Server
Quick Summary
refaudio (GianDiego/latam-spanish-speech-orpheus-tts-24khz) License - neuphonic/neutts-air : https://choosealicense.
Code Examples
Install infotext
https://huggingface.co/neuphonic/neutts-airInstall infotext
from neuttsair.neutts import NeuTTSAir
import soundfile as sf
tts = NeuTTSAir(backbone_repo="jaeyong2/neutts-air-es-preview", backbone_device="cpu", codec_repo="neuphonic/neucodec", codec_device="cpu")
input_text = "Porque de tal manera amó Dios al mundo, que dio a su Hijo unigénito, para que todo aquel que en él cree no se pierda, sino que tenga vida eterna."
ref_text = "train_000.txt"
ref_audio_path = "train_000.wav"
ref_text = open(ref_text, "r").read().strip()
ref_codes = tts.encode_reference(ref_audio_path)
wav = tts.infer(input_text, ref_codes, ref_text)
sf.write("new.wav", wav, 24000)Deploy This Model
Production-ready deployment in minutes
Together.ai
Instant API access to this model
Production-ready inference API. Start free, scale to millions.
Try Free APIReplicate
One-click model deployment
Run models in the cloud with simple API. No DevOps required.
Deploy NowDisclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.