Platforms to show: All Mac Windows Linux Cross-Platform

Back to VoiceMBS class.

VoiceMBS.close

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Speech MBS MacClassic Plugin 3.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The destructor.

There is no need to call this method except you want to free all resources of this object now without waiting for Xojo to do it for you.

VoiceMBS.NewChannel as SpeechChannelMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Speech MBS MacClassic Plugin ✅ Yes ❌ No ❌ No ❌ No Desktop only
Creates a new SpeechChannel using the given voice.
Example
dim s as new SpeechMBS
dim c as SpeechChannelMBS = s.Voice(1).NewChannel

MsgBox str(c.Speak("Hello"))

Returns nil on any error.

The items on this page are in the following plugins: MBS MacClassic Plugin.


The biggest plugin in space...