Waves Audio API for Developers
Restore Voice and Improve Speech
Improve your customers' voice audio experience with Grammy- and Emmy-winning audio technologies.
The Waves Audio API gives developers access to professional speech processing through simple, modern APIs. Launching with Voice ReGen, designed for spoken audio cleanup and restoration.
Built for products that rely on real-world speech.
The Waves Audio API Business
Professional audio processing, now in API form
For over 30 years, Waves has built audio processing technology used across music production, film, broadcast, and live sound. Waves plugins have helped shape productions worldwide, with recognition including Grammy and Emmy awards.
The Waves Audio API brings that same expertise to developers, allowing professional audio processing to be integrated directly into modern applications without building complex audio systems from scratch.
Launch API
Voice ReGen
Voice ReGen improves the clarity and usability of spoken recordings automatically. It is designed for real-world speech where noise, poor recording conditions, inconsistent microphone quality, distance from the microphone, room echo, and other dialogue issues affect intelligibility.
From creator content to customer support audio. Built for real-world dialogue, not studio conditions.
Use Cases
How it works
A simple path from raw speech to cleaner dialogue
Upload audio
Send a recorded speech file to the Voice ReGen API.
Process
Voice ReGen analyzes the recording and applies speech cleanup processing.
Receive improved speech
Your application receives the processed audio ready for publishing, editing, or further processing.
Full technical implementation details are available in the developer documentation.
Developer view
Example API Request
Cleaning speech with the Voice ReGen API requires only a few lines of code.
curl https://api.waves.com/v1/regen/process \ -H "Authorization: Bearer YOUR_API_KEY" \ -F "file=@speech_recording.wav"
{
"status": "completed",
"input_file": "speech_recording.wav",
"output_file": "speech_recording_regen.wav",
"processing_time": "4.2s"
}
Your application can then download or stream the cleaned audio for publishing, editing, or further processing.
View Full DocumentationTrust built over decades
Built on Waves audio technology
Waves audio technology has been trusted by professionals for decades. The Waves Audio API makes this processing available to developers building modern speech and audio applications.
Contact