The recent issue with the Watson speech to text servers they are seeing is, one not being able to run audio files with duration greater then 10 minutes in a single instance and secondly there are times when TCP connection is lost with the Watson server when the speech to text is running for files which are less than 10 minutes.
They are basically using web sockets with the Watson server in python and wanted to understand what is the best way to run speech to text for audio files that have larger duration (for instance, we have had meetings going till 3 hours ). What would be the best way to configure the bottleneck for connection lost over web sockets as well.