We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caa928f commit ad3778eCopy full SHA for ad3778e
1 file changed
adminforth/types/adapters/AudioAdapter.ts
@@ -4,6 +4,7 @@ export type SpeechToTextInput = {
4
mimeType: string;
5
language?: string;
6
prompt?: string;
7
+ abortSignal?: AbortSignal;
8
};
9
10
export type SpeechToTextResult = {
@@ -34,6 +35,7 @@ export type TextToSpeechInput<Voice extends string = string> = {
34
35
format?: TtsAudioFormat;
36
speed?: number;
37
instructions?: string;
38
39
stream?: false;
40
41
0 commit comments