This commit is contained in:
Yannik Schmidt
2018-08-15 20:56:35 +02:00
commit 0eb65e4772
8 changed files with 51 additions and 0 deletions

8
python-server/main.py Executable file
View 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))