Going on at: https://github.com/cmusphinx/pocketsphinx-ios-demo/issues/24
@nshmyrev Do you have some advice for me to get me started with this build on iOS ?
@nshmyrev Do you have some advice for me to get me started with iOS ?
I have seen lots and lots of issues about missing 'sphinx_config.h', most of them because of wrong folder names like 'sphinxbase-master'. My folder structure is exactly how its supposed to be, and it includes 'sphinx_config.h' as well, so what could it be Nickolay? I'm really stuck on this. I downloaded the two repos and put them in the folders: - sphinxbase - pocketsphinx I run "./autogen.sh" in sphinxbase and it works fine I run "./autogen.sh" in pocketsphinx and I get the error that it can't find...
I have seen lots and lots of issues about missing 'sphinx_config.h', most of them because of wrong folder names like 'sphinxbase-master'. But my folder structure is exactly how its supposed to be, and it really includes 'sphinx_config.h' as well, so what could it be Nickolay? I downloaded the two repos and put them in the folders: - sphinxbase - pocketsphinx I run "./autogen.sh" in sphinxbase and it works fine I run "./autogen.sh" in pocketsphinx and I get the error that it can't find sphinxbase...
Hello, I'm creating a Xamarin.iOS binding and I can use cmd_ln_init(), but a second call to cmd_lnit() with same value crashes (even when using cmd_ln_free() ). I have been playing arround with the method and I noticed something - When deliberately using 3 additional arguments (like “-mmap”, “no”, “lw”, null) it gives an expected error about not valid number of parameters, but cmd_ln_init() can be used unlimited times - When deliberately using an unknown argument (like “-mmappppppp”, “no”, “lw”,...
Hi Nickolay, Could you create a new repository in your https://github.com/cmusphinx so I can create a public PocketSphinx demo for Xamarin.iOS ? A name could be "pocketsphinx-xamarin-ios-demo". My github name is Toine-db (from the pocketsphinx-wp-demo ) Kind Regards, Toine
Thanks. Wouw, I tried some things but still a lot of work and totally new enviroment(s) for me. I can't even get the turtorial up and running :-( https://docs.microsoft.com/en-us/xamarin/ios/platform/binding-objective-c/walkthrough?tabs=windows#create-a-xamarinios-binding-project while I have an turtorial result next to me...: https://github.com/xamarin/ios-samples/tree/master/InfColorPicker If anyone can help me get a basic PocketSphinx demo opperational (like the Android demo) in Xamarin.Ios I'm...