Converts a text input into a spoken audio file using AI-generated speech.
The text to convert to speech.
Options for customizing speech synthesis (e.g., voice, speed).
A Promise that resolves to an audio File containing the synthesized speech.
Transcribes the spoken content of an audio file into text.
The audio file to transcribe.
Options specifying the transcription model and behavior.
A Promise that resolves to the transcribed text.
AiAudioClient provides methods for AI-driven audio processing, including speech transcription and text-to-speech synthesis.