aws-samples / aws-transcribe-streaming-example-java

Example Java Application using AWS SDK creating streaming transcriptions via AWS Transcribe
MIT No Attribution
62 stars 45 forks source link

IMKClient Stall detected #2

Open tstachlewski opened 5 years ago

tstachlewski commented 5 years ago

I was trying to test the application on Mac. The approach of using microphone input is working fine, but there is problem with the approach which is using File input. I'm getting error message like this:

java[72481:674880] IMKClient Stall detected, *please Report* your user scenario attaching a spindump (or sysdiagnose) that captures the problem - (imkxpc_attributesForCharacterIndex:reply:) block performed very slowly (1.15 secs).

It's being shown as soon as popup window for choosing file is being opened.

emeded commented 5 years ago

I also got microphone input working on Mac just fine. However, file stream does not work for me at all. On a longer files it will detect one word, and that's it. However, I am not getting any errors in the application. Not sure if related to this.