Hi all, I am a ES engineer working on Text to Speech (TTS) project. I first tinkered with Festival and flite but soon realized that Espeak has upper hand in resource constrained environments like mine. (I am trying to bring down the ROM/FLASH usage by the whole TTS system below 500 KB) So after building espeak-ng from source as per the instruction I used the strip command to even reduce the size of shared library strip src/.libs/libespeak-ng.so This reduced the size of shared library from 1.56 MB...