mirror of
https://github.com/FAUSheppy/ths-speech
synced 2025-12-10 06:28:34 +01:00
Initial
This commit is contained in:
6
python-server/s_input.py
Normal file
6
python-server/s_input.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import speech
|
||||
|
||||
def analyse_file_by_path(file_path):
|
||||
transcript = speech.analyse(file_path)
|
||||
|
||||
return transcript
|
||||
Reference in New Issue
Block a user