Skip to content

Commit

Permalink
第一次提交
Browse files Browse the repository at this point in the history
  • Loading branch information
mialrr committed Mar 28, 2020
1 parent 9dafce5 commit ab82efe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion rest-api-asr/python.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
def ASRTxt():
url = 'http://bbs.ziyoujie.com:8888'
#url = 'http://localhost:8888'
#url = 'http://47.110.142.112:8888'
#url = 'http://47.110.142.112:9999'
soundPath = "/home/louj/disk/m2_2T/VoxCeleb1/data/vox1/test/wav/id90148/EEEEEEEE48/76256_39.wav"
AppID = "暂时先不提供"
APIKey = "378d4582ad3ed253057cafe9c70fae8b"
Expand Down
8 changes: 4 additions & 4 deletions rest-api-spk/python.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

# 1:1 检测两个声音是不是同一个人的声音
def Speaker_1_1():
url = 'http://bbs.ziyoujie.com:8888'
# url = 'http://bbs.ziyoujie.com:8888'
# url = 'http://localhost:8888'
#url = 'http://47.110.142.112:8888'
url = 'http://47.110.142.112:9999'
sound0path = "../sample-files/156_0.wav"
sound1path = "../sample-files/156_1.wav"
AppID = "2rtg2z53r"
Expand All @@ -26,9 +26,9 @@ def Speaker_1_1():

# 认证分为两部分(1:检测是否说了指定的文字的语音 2:检测是不是同一个人的声纹)
def ASR_Speaker_1_1():
url = 'http://bbs.ziyoujie.com:8888'
# url = 'http://bbs.ziyoujie.com:8888'
# url = 'http://localhost:8888'
# url = 'http://47.110.142.112:8888'
url = 'http://47.110.142.112:9999'
sound0path = "../sample-files/76256_39.wav"
sound1path = "../sample-files/156_1.wav"
AppID = "2rf9j453r"
Expand Down

0 comments on commit ab82efe

Please sign in to comment.