biemster / gasr

Google Chrome SODA Offline Speech Recognition command line client
https://hackaday.io/project/164399-android-offline-speech-recognition-natively-on-pc
150 stars 18 forks source link

Fix Segmentation fault #17

Closed goddade closed 1 year ago

goddade commented 1 year ago

In a 64-bit system, python cuts off 64-bit pointer to 32-bit int by default.

biemster commented 1 year ago

Thanks!