Methods
getPhraseLabel() → {String}
Get the current label of the last / currently being recorded phrase.
- Source:
Returns:
.
- Type
- String
getRecordedPhrase() → {XmmPhrase}
Return the latest recorded phrase.
- Source:
Returns:
- Type
- XmmPhrase
setPhraseLabel(label)
Set the current label of the last / currently being recorded phrase.
Parameters:
Name | Type | Description |
---|---|---|
label |
String | The label. |
- Source:
start()
Start recording a phrase from the input stream.
- Source:
stop()
Stop the current recording.
(makes the phrase available via getRecordedPhrase()
).
- Source: