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 11/**
22 * Valid audio formats
3- * @typedef {"pcm16"|"g711-ulaw "|"g711-alaw " } AudioFormatType
3+ * @typedef {"pcm16"|"g711_ulaw "|"g711_alaw " } AudioFormatType
44 */
55/**
66 * @typedef {Object } AudioTranscriptionType
@@ -312,7 +312,7 @@ export class RealtimeClient extends RealtimeEventHandler {
312312/**
313313 * Valid audio formats
314314 */
315- export type AudioFormatType = "pcm16" | "g711-ulaw " | "g711-alaw " ;
315+ export type AudioFormatType = "pcm16" | "g711_ulaw " | "g711_alaw " ;
316316export type AudioTranscriptionType = {
317317 enabled ?: boolean ;
318318 model : "whisper-1" ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { RealtimeUtils } from './utils.js';
55
66/**
77 * Valid audio formats
8- * @typedef {"pcm16"|"g711-ulaw "|"g711-alaw " } AudioFormatType
8+ * @typedef {"pcm16"|"g711_ulaw "|"g711_alaw " } AudioFormatType
99 */
1010
1111/**
You can’t perform that action at this time.
0 commit comments