File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -336,7 +336,7 @@ export type SessionResourceType = {
336336 model ?: string ;
337337 modalities ?: string [ ] ;
338338 instructions ?: string ;
339- voice ?: "alloy" | "ash" | "ballad" | "coral" | "echo" | "sage" | "shimmer" | "verse"
339+ voice ?: "alloy" | "ash" | "ballad" | "coral" | "echo" | "sage" | "shimmer" | "verse" ;
340340
341341 input_audio_format ?: AudioFormatType ;
342342 output_audio_format ?: AudioFormatType ;
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ export class RealtimeClient extends RealtimeEventHandler {
196196 this . defaultSessionConfig = {
197197 modalities : [ 'text' , 'audio' ] ,
198198 instructions : '' ,
199- voice : 'alloy ' ,
199+ voice : 'verse ' ,
200200 input_audio_format : 'pcm16' ,
201201 output_audio_format : 'pcm16' ,
202202 input_audio_transcription : null ,
You can’t perform that action at this time.
0 commit comments