mirror of
https://github.com/FAUSheppy/ths-speech
synced 2025-12-10 21:38:33 +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