From d012116416326d680fe1a1405238f46c1a021863 Mon Sep 17 00:00:00 2001 From: "3DIS-HARDES\\Hardes" Date: Tue, 17 Sep 2024 09:39:35 +0200 Subject: [PATCH 1/2] Improve TextToSpeech function by adding a speech rate parameter to SpeechOptions, allowing for adjustable speaking speed --- .../samples/Samples/View/TextToSpeechPage.xaml | 4 ++++ .../Samples/ViewModel/TextToSpeechViewModel.cs | 11 ++++++++++- .../PublicAPI/net-android/PublicAPI.Shipped.txt | 2 ++ .../src/PublicAPI/net-ios/PublicAPI.Shipped.txt | 2 ++ .../net-maccatalyst/PublicAPI.Shipped.txt | 2 ++ .../PublicAPI/net-tizen/PublicAPI.Shipped.txt | 2 ++ .../PublicAPI/net-windows/PublicAPI.Shipped.txt | 2 ++ .../src/PublicAPI/net/PublicAPI.Shipped.txt | 2 ++ .../PublicAPI/netstandard/PublicAPI.Shipped.txt | 2 ++ .../src/TextToSpeech/TextToSpeech.android.cs | 5 ++++- .../TextToSpeech.ios.tvos.watchos.cs | 3 +++ .../src/TextToSpeech/TextToSpeech.macos.cs | 3 +++ .../src/TextToSpeech/TextToSpeech.shared.cs | 16 ++++++++++++++++ .../src/TextToSpeech/TextToSpeech.tizen.cs | 8 ++++---- .../src/TextToSpeech/TextToSpeech.uwp.cs | 5 ++++- 15 files changed, 62 insertions(+), 7 deletions(-) diff --git a/src/Essentials/samples/Samples/View/TextToSpeechPage.xaml b/src/Essentials/samples/Samples/View/TextToSpeechPage.xaml index 774c0a1e53f2..d019968ea09b 100644 --- a/src/Essentials/samples/Samples/View/TextToSpeechPage.xaml +++ b/src/Essentials/samples/Samples/View/TextToSpeechPage.xaml @@ -33,6 +33,10 @@