docker-kaldi-android
docker-kaldi-android copied to clipboard
Have you built on Arm64 ?
We ran into a very strange iostream bug in Kaldi with its early ReadKaldiObject stuff. Only on Arm64, same code compiled with your docker on ArmV7 all good.
I have a similar problem (see #7), in my case the kaldi::Input
created a bad fstream. Compiling with a lower optimization level "solved" the problem.
cool, ill try that. yeah its the same bug.