wit-ai / wit-ios

Wit.ai iOS client
Other
222 stars 71 forks source link

new mic integration #20

Open erikvillegas1 opened 10 years ago

erikvillegas1 commented 10 years ago

Added WITMicViewController and supporting files (reachability class, waveform drawing class, WITResponse model object, sounds, and images). Users just need to create a child controller that is of type WITMicViewController and become it's delegate.

Other changes I made to SDK:

lasryaric commented 10 years ago

Hi @erikvillegas1 - I have to work on the SDK and I wanted to start from your pull request since there is many interesting things in it.

The problem is that it does not compile. Here is a short list of what is missing:

And I found other issue when enabling the debug mode (by adding #define WIT_DEBUG 1).

So it looks like you forgot to push a commit or forgot a few files. Can you please fix it so I can have a look at it and work on top of it?

thanks.