alumae / kaldi-gstreamer-server

Real-time full-duplex speech recognition server, based on the Kaldi toolkit and the GStreamer framwork.
BSD 2-Clause "Simplified" License
1.07k stars 341 forks source link

bugfix: this line breaks when text is not ascii #59

Closed yifan closed 7 years ago

yifan commented 7 years ago

This line assumes text is ASCII, which is not always true. I work with unicode for Arabic text.

alumae commented 7 years ago

I made a similar change already myself, plus several additional similar changes.