speedOptions property
可选的播放速度
Available playback speed options.
包括以下选项:
- 0.3: 极慢速 / Very slow.
- 0.5: 慢速 / Slow.
- 1.0: 正常速度 / Normal speed (default).
- 1.5: 快速 / Fast.
- 2.0: 更快速 / Faster.
- 3.0: 极快速 / Very fast.
Implementation
static final List<double> speedOptions = [
0.3,
0.5,
1.0,
1.5,
2.0,
3.0,
];