Files
ths-speech/python-server/s_input.py
Yannik Schmidt 0eb65e4772 Initial
2018-08-15 20:56:35 +02:00

7 lines
118 B
Python

import speech
def analyse_file_by_path(file_path):
transcript = speech.analyse(file_path)
return transcript