Exemplo n.º 1
0
 async def process_file(self, file_path):
     print('processing {}'.format(file_path))
     listener_output = Listener.read_wav_file(file_path)
     print('Listening completed')
     dispatcher_output = Dispatcher.offline(listener_output, self.config)
     print('Dispatching completed')
     return dispatcher_output