コード例 #1
0
 def get_duration_ms_by_file(file_path):
     try:
         duration_ms = acrcloud_extr_tool.get_duration_ms_by_file(file_path)
         return duration_ms
     except Exception as e:
         return 0
コード例 #2
0
ファイル: recognizer.py プロジェクト: vinodronold/5FPY
 def get_duration_ms_by_file(file_path):
     try:
         duration_ms = acrcloud_extr_tool.get_duration_ms_by_file(file_path)
         return duration_ms
     except Exception as e:
         return 0