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.

Launch API
Voice ReGen
Speech cleanup and restoration
Built for real-world dialogue
Developer-ready API

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.

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

Call Centers
Customer Support
Contact Center QA
Transcription Platforms
Meeting Platforms
Podcast Production
Video Creation Tools
Creator Workflows
Voice Notes
E-Learning Platforms
Interview Recordings
Speech Analytics
UGC Platforms
Archive Dialogue Restoration
Internal Communications

A simple path from raw speech to cleaner dialogue

1

Upload audio

Send a recorded speech file to the Voice ReGen API.

2

Process

Voice ReGen analyzes the recording and applies speech cleanup processing.

3

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.

Example API Request

Cleaning speech with the Voice ReGen API requires only a few lines of code.

Example Request
curl https://api.waves.com/v1/regen/process \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -F "file=@speech_recording.wav"
Example Response
{
  "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 Documentation

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.

30+ years of audio expertise
Grammy- and Emmy-winning technology
Built for modern developer workflows

Open a support ticket

Create a free account, then open a support case from the Support tab in the sidebar. Our team takes it from there.

Create an account →

Read the documentation

Authentication and API setup, the file processing workflow, endpoints and parameters, and integration examples — everything you need to start building.

View the docs →