Performance on original iphone

4 views
Skip to first unread message

developersteve

unread,
Jul 9, 2010, 10:04:26 PM7/9/10
to VocalKit
Hi,

I've built and deployed versions of kit test and my app. Its running
fine. But, its quite slow, is there a way to optimize it? Is anyone
aware of where this kind of issue would be? Is it memory or CPU?

Thanks,

Steve

Brian King

unread,
Jul 16, 2010, 4:13:55 PM7/16/10
to voca...@googlegroups.com
Hi Steve,
Sorry for the late response, just clearing out my email. This is
mostly a CPU bound problem. The simplest performance improvement is
to reduce the size of your language model. Also, the first time it
performs a recognition it loads the accoustic model and some other
things. If you look at the code you can do that loading before
prompting the user to increase performance. The runtime limitation
is most likely a CPU bound problem, but the initial load is probably a
combination of IO bound and CPU bound.

There are some serious performance improvements available on the
iPhone, but they will take a fair amount of work. This is running on
the ARM processor more or less un-optimized.


Brian King

> --
> You received this message because you are subscribed to the Google Groups "VocalKit" group.
> To post to this group, send email to voca...@googlegroups.com.
> To unsubscribe from this group, send email to vocalkit+u...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/vocalkit?hl=en.
>
>

Reply all
Reply to author
Forward
0 new messages