Anyone have iOS dev experience that can help port Mimic to run on the platform? Our friends over at VocalID are really interested in making this happen to help disabled folks be able to use the voices on that platform, and this will help us be able to port Mycroft to iOS in the future.
I’m not even sure where to start with this, so perhaps someone can point us in the right direction.
Thank you for the invite but I am new to iOS myself, working on core audio for 3 months. I was just looking through your repo to see if I could create objectiveC wrappers. I want to test it in my app.
I got a crude implementation of flite version 2.0 working on iOS my app. So, mimic should not be that far away. But there are some issues:
I implemented a wrapper as I don’t know yet how to compile the library and then use it in XCode
There are few issues with the library files such as cst_val.c, cst_tokenstream.c. They do not compile in Xcode for iOS. I had to revert cst_tokenstream.c to an older version to get the app working.
I’m actually looking at writing a mycroft app for iOS, as I know a bit of swift. It would probably be smart to use pybeeware’s suite of tools, and write a somethings that communicates with the messagebus.