File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
2
* Valid audio formats
3
- * @typedef {"pcm16"|"g711-ulaw "|"g711-alaw " } AudioFormatType
3
+ * @typedef {"pcm16"|"g711_ulaw "|"g711_alaw " } AudioFormatType
4
4
*/
5
5
/**
6
6
* @typedef {Object } AudioTranscriptionType
@@ -312,7 +312,7 @@ export class RealtimeClient extends RealtimeEventHandler {
312
312
/**
313
313
* Valid audio formats
314
314
*/
315
- export type AudioFormatType = "pcm16" | "g711-ulaw " | "g711-alaw " ;
315
+ export type AudioFormatType = "pcm16" | "g711_ulaw " | "g711_alaw " ;
316
316
export type AudioTranscriptionType = {
317
317
enabled ?: boolean ;
318
318
model : "whisper-1" ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { RealtimeUtils } from './utils.js';
5
5
6
6
/**
7
7
* Valid audio formats
8
- * @typedef {"pcm16"|"g711-ulaw "|"g711-alaw " } AudioFormatType
8
+ * @typedef {"pcm16"|"g711_ulaw "|"g711_alaw " } AudioFormatType
9
9
*/
10
10
11
11
/**
You can’t perform that action at this time.
0 commit comments