You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
327 B
9 lines
327 B
export declare function playAudio(input: NodeJS.ReadableStream | Response | File): Promise<void>;
|
|
type RecordAudioOptions = {
|
|
signal?: AbortSignal;
|
|
device?: number;
|
|
timeout?: number;
|
|
};
|
|
export declare function recordAudio(options?: RecordAudioOptions): Promise<File>;
|
|
export {};
|
|
//# sourceMappingURL=audio.d.mts.map
|