@oxiaom/adoremix 1.0.13 → 1.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/cli.js +1 -1
package/package.json
CHANGED
package/src/cli.js
CHANGED
|
@@ -71,7 +71,7 @@ function buildProgram() {
|
|
|
71
71
|
.command('test [text]')
|
|
72
72
|
.description('用当前 provider 测试 TTS(生成 _cli_test.mp3)')
|
|
73
73
|
.option('--workdir <path>')
|
|
74
|
-
.option('-v, --voice <name>',
|
|
74
|
+
.option('-v, --voice <name>', 'voice 短名(默认 xiaoxiao)')
|
|
75
75
|
.option('--volume <n>', '音量 0-100', '50')
|
|
76
76
|
.option('--speed <n>', '语速 0-100', '50')
|
|
77
77
|
.action(async (text, opts) => {
|