added

API: loudness normalization option

By default, Speechify AI API does loudness normalization of the synthesize audio across different models and voices. While this can be a valuable feature for the multi-voice apps, it inevitably adds a slight delay to the audio generation process.

For that, we're introducing the new options param to the /v1/audio/speech and /v1/audio/stream APIs, with a single nested property, loudness_normalization (boolean).

The options param may be expanded in the future for the more fine-grained control over the audio generation process.