Skip to content

Commit 7196e50

Browse files
authored
Update VoiceChatViewModel.swift
1 parent fe11a97 commit 7196e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ChatGPTUI/ViewModels/VoiceChatViewModel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ open class VoiceChatViewModel<CustomContent: View>: NSObject, AVAudioRecorderDel
2626
state.idleResponse ?? state.playingSpeechResponse
2727
}
2828

29-
var selectedVoice = VoiceType.alloy
29+
public var selectedVoice = VoiceType.alloy
3030
var audioPlayer: AVAudioPlayer!
3131
var audioRecorder: AVAudioRecorder!
3232
#if !os(macOS)

0 commit comments

Comments
 (0)