Gnanam vadivelu
unread,Jan 21, 2011, 6:33:20 AM1/21/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to VocalKit, vadi...@sdi.la
Hi,
I am using VocalKit to read word count from Audio file.
vk = [[VKController alloc] initWithType:VKDecoderTypePocketSphinx
configFile:[[NSBundle mainBundle]
pathForResource:@"pocketsphinx"
ofType:@"conf"
inDirectory:@"model"]];
[vk setConfigString:[[NSBundle mainBundle] pathForResource:@"cmu07a"
ofType:@"dic"
inDirectory:@"model/lm/en_US"]
forKey:@"-dict"];
[vk setConfigString:[[NSBundle mainBundle] pathForResource:@"wsj0vp.
5000"
ofType:@"DMP"
inDirectory:@"model/lm/en_US"]
forKey:@"-lm"];
[vk setConfigString:[NSString stringWithFormat:@"%@/%@", [[NSBundle
mainBundle] bundlePath], @"model/hmm/hub4wsj_sc_8k"]
forKey:@"-hmm"];
I am getting this error :
INFO: cmd_ln.c(512): Parsing command line:
\
-fwdflat no \
-bestpath no \
-nfft 512 \
-lowerf 1 \
-upperf 4000 \
-samprate 8000 \
-nfilt 20 \
-transform dct \
-round_filters no \
-remove_dc yes
Current configuration:
Detected an attempt to call a symbol in system libraries that is not
present on the iPhone:
fwrite$UNIX2003 called from function arg_dump_r in image VocalKitTest.
If you are encountering this problem running a simulator binary within
gdb, make sure you 'set start-with-shell off' first.
Can you please me?
Thanks
Vadivelu