mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-17 13:49:36 +00:00
add voices value returned by the backends
This commit is contained in:
parent
47cbb80595
commit
8c8dc0ae9f
|
@ -75,6 +75,7 @@ impl Backend for SpeechDispatcher {
|
|||
pitch: true,
|
||||
volume: true,
|
||||
is_speaking: true,
|
||||
voices: false,
|
||||
utterance_callbacks: true,
|
||||
}
|
||||
}
|
||||
|
|
|
@ -47,6 +47,7 @@ impl Backend for Web {
|
|||
pitch: true,
|
||||
volume: true,
|
||||
is_speaking: true,
|
||||
voices: true,
|
||||
utterance_callbacks: true,
|
||||
}
|
||||
}
|
||||
|
|
|
@ -140,6 +140,7 @@ impl Backend for WinRT {
|
|||
pitch: true,
|
||||
volume: true,
|
||||
is_speaking: true,
|
||||
voices: true,
|
||||
utterance_callbacks: true,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user