Voice changer
Path parameters
ID of the voice to be used. Use the Get voices endpoint list all the available voices.
Headers
Query parameters
When enable_logging is set to false zero retention mode will be used for the request. This will mean history features are unavailable for this request, including request stitching. Zero retention mode may only be used by enterprise customers.
Request
Identifier of the model that will be used, you can query them using GET /v1/models. The model needs to have support for speech to speech, you can check this using the can_do_voice_conversion property.
The format of input audio. Options are ‘pcm_s16le_16’ or ‘other’ For pcm_s16le_16
, the input audio must be 16-bit PCM at a 16kHz sample rate, single channel (mono), and little-endian byte order. Latency will be lower than with passing an encoded waveform.