Skip to content

Commit 0e48251

Browse files
committed
2 parents 4313780 + 3082ae3 commit 0e48251

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# EQTTS-Server
2+
## USE:http://luyii.cn/archives/Exp6HBcd
3+
- Luyii Apis Server Software
4+
- Working on Luyii Cloud Server and output at http://apis.luyii.cn/tts/tts.mp3
5+
- Turn CENC earthquake information to speach(radio file) to provide as API
6+
- All data get from Wolfx
7+
- Use get now but turn to websocket to get earthquake information from wolfx(ws-api.wolfx.jp)(wrrtten but disabled now)
8+

test_1.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,8 @@ def checkold():#屎山03
180180

181181
def new_func(语言组织, get_cenc, jiexi, getTTS):
182182
print("启动服务")
183-
while(True):
184-
get_cenc()
185-
jiexi()
186-
getTTS(语言组织)
183+
get_cenc()
184+
jiexi()
185+
getTTS(语言组织)
187186
######这里才是程序开始######
188-
new_func(语言组织, get_cenc, jiexi, getTTS)
187+
new_func(语言组织, get_cenc, jiexi, getTTS)

0 commit comments

Comments
 (0)