Search found 2 matches

Go to advanced search

by CLD
Wed Jul 27, 2022 7:49 pm
Forum: Tips and Techniques
Topic: DotNet SpeechSynthesizer
Replies: 0
Views: 9728

DotNet SpeechSynthesizer

My desire is obtain a list of available 'voices' using the imported dotnet SAPI package.

The VB code I am trying to emulate is:

Sub Main()
Dim synth As New SpeechSynthesizer
Dim voices = synth.GetInstalledVoices()
For Each v As InstalledVoice In voices
System.Console.WriteLine(v.VoiceInfo ...
by CLD
Thu Jul 22, 2021 2:42 pm
Forum: General Discussion
Topic: .wav File Generation
Replies: 0
Views: 11304

.wav File Generation

I have a requirement to generate .wav files (or any format audio file!) or audio formatted binary, using a simple text/string as input (text-to-speech).

There are a number of OCX controls / COM Objects controls available however as they are controls and not automations they are of no use in a JADE ...

Go to advanced search