Use the US voice as the default

This commit is contained in:
Jackson Harper 2022-08-25 20:11:19 +08:00
parent 3c7ea3bb61
commit 809acd4e8b

View file

@ -128,7 +128,7 @@ public class AudioSession: NSObject, ObservableObject, AVAudioPlayerDelegate {
}
public var currentVoice: String {
"en-CA-ClaraNeural"
"en-US-JennyNeural"
}
public func isLoadingItem(item: LinkedItem) -> Bool {