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 = {
336
336
model ?: string ;
337
337
modalities ?: string [ ] ;
338
338
instructions ?: string ;
339
- voice ?: "alloy" | "ash" | "ballad" | "coral" | "echo" | "sage" | "shimmer" | "verse"
339
+ voice ?: "alloy" | "ash" | "ballad" | "coral" | "echo" | "sage" | "shimmer" | "verse" ;
340
340
341
341
input_audio_format ?: AudioFormatType ;
342
342
output_audio_format ?: AudioFormatType ;
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ export class RealtimeClient extends RealtimeEventHandler {
196
196
this . defaultSessionConfig = {
197
197
modalities : [ 'text' , 'audio' ] ,
198
198
instructions : '' ,
199
- voice : 'alloy ' ,
199
+ voice : 'verse ' ,
200
200
input_audio_format : 'pcm16' ,
201
201
output_audio_format : 'pcm16' ,
202
202
input_audio_transcription : null ,
You can’t perform that action at this time.
0 commit comments