Skip to content

Commit b26aa0b

Browse files
committed
Set up text-to-speech module for audio synthesis
1 parent cd101b1 commit b26aa0b

File tree

2 files changed

+1428
-0
lines changed

2 files changed

+1428
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# This file was auto-generated by Fern from our API Definition.
2+
3+
from .types import (
4+
BodyTextToSpeechStreamingV1TextToSpeechVoiceIdStreamPostApplyTextNormalization,
5+
BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization,
6+
BodyTextToSpeechV1TextToSpeechVoiceIdPostApplyTextNormalization,
7+
BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalization,
8+
TextToSpeechStreamWithTimestampsResponse,
9+
TextToSpeechStreamWithTimestampsResponseAlignment,
10+
TextToSpeechStreamWithTimestampsResponseNormalizedAlignment,
11+
)
12+
13+
__all__ = [
14+
"BodyTextToSpeechStreamingV1TextToSpeechVoiceIdStreamPostApplyTextNormalization",
15+
"BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization",
16+
"BodyTextToSpeechV1TextToSpeechVoiceIdPostApplyTextNormalization",
17+
"BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalization",
18+
"TextToSpeechStreamWithTimestampsResponse",
19+
"TextToSpeechStreamWithTimestampsResponseAlignment",
20+
"TextToSpeechStreamWithTimestampsResponseNormalizedAlignment",
21+
]

0 commit comments

Comments
 (0)