Initial commit: webman project
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# 播放文本转语音
|
||||
GET http://192.168.42.4:8888
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"sn": "ls20://0202AD1AE849",
|
||||
"type": "req",
|
||||
"name": "songs_queue_append",
|
||||
"params": {
|
||||
"tid": "234",
|
||||
"vol": 50,
|
||||
"urls": [
|
||||
{
|
||||
"name": "t.mp3",
|
||||
"uri": "http://192.168.42.139:10008/tts_xf.single?text=前方1公里交通事故、请谨慎驾驶。&voice_name=xiaoyan&speed=50&volume=100&origin=http:///192.168.42.139:10008"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
###
|
||||
GET http://192.168.42.139:10008/tts_xf.single?text=前方1公里交通事故、请谨慎驾驶。&voice_name=xiaoyan&speed=50&volume=100&origin=http:///192.168.42.139:10008
|
||||
Reference in New Issue
Block a user