This commit is contained in:
Simon 2020-10-02 21:17:59 +01:00
parent 935bcba271
commit f38f3c677a
2 changed files with 2 additions and 1 deletions

View File

@ -299,7 +299,7 @@ def ident():
_say.append(words[character])
_say.append(words['silence'])
#test
#_say.append(AMBEobj.readSingleFile('44xx.ambe'))
#_say.append(AMBEobj.readSingleFile('connected.ambe'))
speech = pkt_gen(bytes_3(16777215), bytes_3(16777215), bytes_4(16777215), 1, _say)
sleep(1)

View File

@ -102,4 +102,5 @@ if __name__ == '__main__':
test = readAMBE('en_GB','./Audio/')
print(test.readfiles())
print(test.readSingleFile('44xx.ambe'))