deleted unessesary files

This commit is contained in:
2018-08-21 17:19:10 +02:00
parent 192498d9b2
commit 034d8b426f
2 changed files with 0 additions and 14 deletions

View File

@@ -1,6 +0,0 @@
import speech
def analyse_file_by_path(file_path):
transcript = speech.analyse(file_path)
return transcript

View File

@@ -1,8 +0,0 @@
#!/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))