Audio
La API de Audio permite que sus aplicaciones entiendan y generen voz utilizando los modelos de voz de NovaAI. Convierta voz a texto, genere voces de sonido natural a partir de texto y cree experiencias impulsadas por voz con una API unificada.
Overview
NovaAI Audio combines Speech-to-Text (STT) and Text-to-Speech (TTS) capabilities into a single API. Whether you're building voice assistants, meeting transcription tools, accessibility features, podcasts, or customer support systems, the Audio API provides fast, accurate, and scalable speech processing.
The same authentication, request structure, and SDKs used throughout NovaAI also apply to audio workloads.
Audio Capabilities
Capability | Description |
|---|---|
Speech-to-Text | Convert spoken audio into searchable text. |
Text-to-Speech | Generate natural-sounding speech from text. |
Language Detection | Automatically identify the spoken language. |
Timestamp Generation | Return word and sentence timestamps. |
Speaker Recognition | Differentiate between multiple speakers. |
Audio Translation | Translate speech into supported languages. |
Audio Processing Workflow
Speech-to-Text
Convert recorded speech into structured text.
Text-to-Speech
Generate natural voice output from text.
Request Properties
model
string
requerido
Audio model identifier.
file
file
requerido
Audio file to transcribe.
language
string
opcional
Spoken language.
timestamps
boolean
opcional
Include timestamps in the response.Speech-to-Text
Text-to-Speech
model
string
requerido
Audio generation model.
voice
string
requerido
Voice preset used for synthesis.
input
string
requerido
Text to convert into speech.
format
string
opcional
Output audio format.
Supported Audio Formats
Format | Upload | Download |
MP3 | ✓ | ✓ |
WAV | ✓ | ✓ |
M4A | ✓ | ✓ |
FLAC | ✓ | ✓ |
OGG | ✓ | ✓ |
Response Example
Speech-to-Text
Voice Preview
Available Voices
Voice | Style | Recommended Use |
Nova | Neutral | General-purpose assistants |
Echo | Professional | Customer support |
Aura | Friendly | Educational applications |
Pulse | Conversational | Voice chat experiences |
Orion | Deep | Narration and presentations |
Best Practices
Upload high-quality recordings for better transcription accuracy.
Minimize background noise whenever possible.
Choose a voice that matches your application's personality.
Use compressed formats like MP3 for faster uploads.
Split long recordings into smaller segments for improved processing.
Common Errors
Unsupported Audio Format
The uploaded file format is not supported.
Solution
Convert the file to MP3, WAV, M4A, FLAC, or OGG before uploading.
Corrupted Audio File
The uploaded file cannot be decoded.
Solution
Verify the audio file and upload a valid recording.
Audio Duration Exceeded
The uploaded recording exceeds the maximum supported duration.
Solution
Split the recording into smaller segments and process them individually.
Frequently Asked Questions
Next Step
Now that you've learned how NovaAI processes speech, continue to Vision to explore image understanding, visual reasoning, and multimodal AI capabilities.