Skip to content

Commit bf4234e

Browse files
committed
Minor updates
1 parent bd8cd48 commit bf4234e

File tree

4 files changed

+5
-1155
lines changed

4 files changed

+5
-1155
lines changed

dist/lib/conversation.d.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export class RealtimeConversation {
6666
'response.audio.delta': (event: any) => {
6767
item: any;
6868
delta: {
69-
audio: Int16Array;
69+
audio: Int16Array<ArrayBuffer>;
7070
};
7171
};
7272
'response.text.delta': (event: any) => {
@@ -82,7 +82,7 @@ export class RealtimeConversation {
8282
};
8383
};
8484
};
85-
queuedInputAudio: Int16Array;
85+
queuedInputAudio: Int16Array<ArrayBufferLike>;
8686
/**
8787
* Clears the conversation history and resets to default
8888
* @returns {true}

dist/lib/conversation.d.ts.map

+1-1
Original file line numberDiff line numberDiff line change

0 commit comments

Comments
 (0)