mirror of
https://github.com/FAUSheppy/ths-speech
synced 2025-12-09 04:38:34 +01:00
deleted unessesary files
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
import speech
|
||||
|
||||
def analyse_file_by_path(file_path):
|
||||
transcript = speech.analyse(file_path)
|
||||
|
||||
return transcript
|
||||
@@ -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))
|
||||
Reference in New Issue
Block a user