Android.Speech.Tts.TextToSpeech.AddSpeech Method
Adds a mapping between a string of text and a sound file.

Syntax

[Android.Runtime.Register("addSpeech", "(Ljava/lang/String;Ljava/lang/String;)I", "GetAddSpeech_Ljava_lang_String_Ljava_lang_String_Handler")]
[return:Android.Runtime.GeneratedEnum]
public virtual OperationResult AddSpeech (string text, string filename)

Parameters

text
The string of text. Example: "south_south_east"
filename
The full path to the sound file (for example: "/sdcard/mysounds/hello.wav")

Returns

Documentation for this section has not yet been entered.

Remarks

Adds a mapping between a string of text and a sound file. Using this, it is possible to add custom pronounciations for a string of text. After a call to this method, subsequent calls to TextToSpeech.speak(java.lang.String, int, java.util.HashMap<java.lang.String, java.lang.String>) will play the specified sound resource if it is available, or synthesize the text it is missing.

[Android Documentation]

Requirements

Namespace: Android.Speech.Tts
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 4