Speed
Table of Contents
Constants
Methods
- getDefault() : string
- Returns default TTS speed
- getList() : array<string|int, mixed>
- Returns array of available TTS speeds
Constants
FAST
public
mixed
FAST
= 'fast'
MEDIUM
public
mixed
MEDIUM
= 'medium'
SLOW
public
mixed
SLOW
= 'slow'
XFAST
public
mixed
XFAST
= 'x-fast'
XSLOW
public
mixed
XSLOW
= 'x-slow'
Methods
getDefault()
Returns default TTS speed
public
static getDefault() : string
Return values
stringgetList()
Returns array of available TTS speeds
public
static getList() : array<string|int, mixed>