1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
/// Azure Cognitive Services speech-to-text API client.
/// Azure Cognitive Services text-to-speech API client.
/// Cartesia text-to-speech API client.
/// Deepgram speech-to-text API client.
/// Deepgram text-to-speech API client.
/// ElevenLabs speech-to-text API client.
/// ElevenLabs text-to-speech API client.
/// Fish Audio speech-to-text (ASR) API client.
/// Fish Audio text-to-speech API client.
/// Google Cloud text-to-speech API client.
/// Murf AI text-to-speech API client.
/// OpenAI Responses API speech-to-text client.
/// OpenAI Responses API text-to-speech client.
/// OpenAI speech-to-text API client.
/// OpenAI text-to-speech API client.
pub use AzureStt;
pub use AzureTts;
pub use CartesiaTts;
pub use DeepgramStt;
pub use DeepgramTts;
pub use ElevenLabsStt;
pub use ElevenLabsTts;
pub use FishStt;
pub use FishTts;
pub use GoogleTts;
pub use MurfTts;
pub use OpenAiResponsesStt;
pub use OpenAiResponsesTts;
pub use OpenAiStt;
pub use OpenAiTts;