mirror of
https://github.com/FAUSheppy/ths-speech
synced 2025-12-09 16:48:34 +01:00
Initial
This commit is contained in:
8
python-server/main.py
Executable file
8
python-server/main.py
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/python3
|
||||
import s_input
|
||||
import sys
|
||||
|
||||
if __name__ == "__main__":
|
||||
path = sys.argv[1]
|
||||
print("AudioFile: {}".format(path))
|
||||
print(s_input.analyse_file_by_path(path))
|
||||
Reference in New Issue
Block a user