Volume
Table of Contents
Constants
Methods
- getDefault() : string
- Returns default TTS volume.
- getList() : array<string|int, mixed>
- Returns array of available TTS volumes.
Constants
LOUD
public
mixed
LOUD
= 'loud'
MEDIUM
public
mixed
MEDIUM
= 'medium'
SOFT
public
mixed
SOFT
= 'soft'
XLOUD
public
mixed
XLOUD
= 'x-loud'
XSOFT
public
mixed
XSOFT
= 'x-soft'
Methods
getDefault()
Returns default TTS volume.
public
static getDefault() : string
Return values
stringgetList()
Returns array of available TTS volumes.
public
static getList() : array<string|int, mixed>