pitch property
double
get
pitch
The pitch
property of the SpeechSynthesisUtterance interface gets
and sets the pitch at which the utterance will be spoken at.
If unset, a default value of 1 will be used.
Implementation
external double get pitch;
set
pitch
(num value)
Implementation
external set pitch(num value);