Ejemplo n.º 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
Ejemplo n.º 2
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