AI 在线文本转语音
引人入胜、逼真的语音合成

选择音色
莎拉
莎拉
British influencer
艾米莉
艾米莉
American actor
迈克尔
迈克尔
American narrator
约翰
约翰
Characters & Animation
0:00
0:00
点击生成语音,语言为
英语英语
中文中文
日语日语

Explore the Best Library of AI Voices

From character voicing and audiobook narration to educational tools and interactive experiences, the Novita AI Voice Library offers a wide selection of voices tailored to your specific needs.
Character Voices
Perfect for chatbots、creative videos、Gaming
语音 ID:John
Narrative Voices
Ideal for audiobooks, explainer videos and documentary videos
语音 ID:James
Local Accents
Localize your enterainment videos, adverts and audiobooks
语音 ID:Emily
Explainer Voices
Ideal for explainer videos, podcasts and audiobooks
语音 ID:Michael
Emotions
Ideal for gaming, creative videos and ads
语音 ID:Olivia
Training Voices
Suitable for training videos, L&D and E-learning
语音 ID:Sarah

Novita AI Voice Key Features

  • 01
    REAL-TIME LATENCY
    Novita AI voice models can generate speech in <300ms.
  • 02
    EXPRESSIVE VOICE
    Explore voice styles: narrative, chat, joy, rage, sorrow, empathy.
  • 03
    RELIABILITY
    Trust our robust infrastructure to deliver consistent, high-quality audio every time.
  • 04
    SEAMLESS INTEGRATION
    Effortlessly incorporate our API, applications for a plug-and-play enhancement.
  • 05
    CUSTOMIZABLE AND SCALABLE
    Tailor the voice to your brand's identity and scale up to meet the demands of your growing user base.
  • 06
    DEVELOPER-FRIENDLY
    With comprehensive documentation and 24/7 support, our API is designed to be a breeze for developers.

如何使用文本转语音 API

从角色配音和有声书旁白,到教育工具和互动体验,Novita AI 语音库提供丰富的声音选择,满足您的特定需求。
  • 低延迟
    Can generate speech in <300ms.
  • 易用性
    Novita AI brings the most compelling, rich and hyper-realistic voices to developers in just a few lines of code.
  • Discord 社区
    Get all the help you need through our expert community.
浏览文档
复制
1const key = 'YOUR_API_KEY';
2
3const requestData = {
4  request: {
5    voice_id: 'James',
6    language: 'en-US',
7    texts: [
8      'To be or not to be, that is a question.'
9    ],
10    volume: 1.2,
11    speed: 1.2
12  }
13};
14
15fetch('https://api.novita.ai/v3/async/txt2speech', {
16  method: 'POST',
17  headers: {
18    'Authorization': `Bearer ${key}`,
19    'Content-Type': 'application/json'
20  },
21  body: JSON.stringify(requestData)
22})
23.then(response => response.json())
24.then(data => {
25  console.log(data);
26})
27.catch(error => {
28  console.error('Error:', error);
29});
30  

Support Languages

EnglishEnglish
ChineseChinese
JapaneseJapanese

问答

什么是 TTS API?
A TTS API, or Text-to-Speech Application Programming Interface, is a software interface that allows developers to integrate text-to-speech functionality into their applications, websites, or services.
使用文本转语音有哪些优势?
There are numerous advantages to using Text to Speech technology for creating voiceovers to use in chatbots ,videos, presentations, audiobooks, etc. AI Text to Speech sounds incredibly realistic and can provide an engaging listening experience. The time it takes to synthesize text into speech is almost instantaneous.