mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Use the US voice as the default
This commit is contained in:
parent
3c7ea3bb61
commit
809acd4e8b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue