Merge remote-tracking branch 'refs/remotes/origin/main' into main

This commit is contained in:
ACBBZ
2024-04-17 06:28:29 +00:00
4 changed files with 2 additions and 27494 deletions

View File

@ -24,7 +24,7 @@ def mul(a,b):
return a*b
if __name__ == "__main__":
f = open("./test_data/testone.wav", "rb")
f = open("../test_data/testone.wav", "rb")
audio_data = f.read()
f.close()
tts = TextToAudio()
@ -45,7 +45,7 @@ if __name__ == "__main__":
script_output = runtime.run(ast, {
"audio": audio_data,
})
f = open("./test_data/tmp.wav", "wb")
f = open("../test_data/tmp.wav", "wb")
print("script:", type(script_output))
f.write(script_output.read())
f.close()

View File

@ -1 +0,0 @@
# asr

File diff suppressed because it is too large Load Diff