H2CO3 / libsprec

C library for speech recognition using the Google Speech API
Other
132 stars 40 forks source link

Integrating with iOS #1

Closed WebScript closed 12 years ago

WebScript commented 12 years ago

Hello! I am making my first Xcode project, but I don't know how to use your libsprec. Can you send me some example, please?

H2CO3 commented 12 years ago

There IS an example, if you read through the README file until its end: "See examples/tool.c for an example."

WebScript commented 12 years ago

Yes, but how to use it in xcode? How to add it to my working script. I want to record something when user push th

Odoslané z iPhonu

Dňa 6.5.2012, o 22:02, Árpád Goretityreply@reply.github.com napísal:

There IS an example, if you read through the README file until its end: "See examples/tool.c for an example."


Reply to this email directly or view it on GitHub: https://github.com/H2CO3/libsprec/issues/1#issuecomment-5540252

WebScript commented 12 years ago

e button. I am new in it. Can you please write some example for me? Thank you.

H2CO3 commented 12 years ago

If you can't code something like "do an action when user presses button", then you'd probably read/learn some more Objective-C and Cocoa API docs first. The examples provided along with this library are not complete iOS app tutorials; they show you the ESSENCE: how to use THIS library, not how to write an iOS application.

Nevertheless: if you want to copy-paste, here it is: http://pastebin.com/gqqNaA1z

WebScript commented 12 years ago

I know how to use buttons, but I don't know how to add this library. I have recording but it does not record in spx forma(only in wav and I don't know how to convert it to spx witjout your library)

Odoslané z iPhonu

Dňa 7.5.2012, o 10:52, Árpád Goretityreply@reply.github.com napísal:

If you can't code something like "do an action when user presses button", then you'd probably read/learn some more Objective-C and Cocoa API docs first. The examples provided along with this library are not complete iOS app tutorials; they show you the ESSENCE: how to use THIS library, not how to write an iOS application.

Nevertheless: if you want to copy-paste, here it is: http://pastebin.com/gqqNaA1z


Reply to this email directly or view it on GitHub: https://github.com/H2CO3/libsprec/issues/1#issuecomment-5546082

H2CO3 commented 12 years ago

My library can't convert to spx format.