This project provides MonoTouch binding for the OpenEars.
There are two folders:
- Binding - Contains binding code
- OpenEarsTest - Sample project that shows how to use OpenEars.dll
How to create the binding:
- Download the OpenEars distribution from here.
- Unzip it
- Copy /OpenEarsDistribution/OpenEars/framework/OpenEars.framework/Versions/Current/OpenEars file to the 'Binding' folder and rename it to libOpenEars.a
- Go to the 'Binding' folder
- make clean
- make all
=> This will generate the OpenEars.dll
How to use is it with MonoTouch
- Reference OpenEars.dll in your project
- Add your languagemodel/dictionary files to your project
- Add your acoustic model to your project