This repository was archived by the owner on Sep 2, 2020. It is now read-only.
new mic integration#20
Open
erikvillegas1 wants to merge 7 commits intowit-ai:masterfrom
Open
Conversation
added 7 commits
August 1, 2014 13:32
…k does not work when app enters background
Contributor
|
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.
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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: