Giter VIP home page Giter VIP logo

ios-speech-to-text's People

Contributors

mzeeshanid avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ios-speech-to-text's Issues

How to generate Speech to Text Api Key

I have searched and searched couldn't find api for speech to text in the google console.

Please provide a solution or a link to generate the api key.

Thanks,
Goutham

Api Key not find

Hi,

i just find your work, it's great but i can't succeed with google authentification.
The google response is always :

<p><b>403.</b> <ins>That’s an error.</ins>
  <p>Your client does not have permission to get URL <code>/speech-api/v2/recognize?xjerr=1&amp;client=chromium&amp;lang=en-US&amp;key=MYAPIKEYMASKED</code>

It seems that is the authentication, do you have any details on the generation of this api key? (I followed the link in the README)

Thx

Crashing the application

I have used SWRevealViewcontroller for slide left and right.

When i am pressing the speechtotext button and initialize the SpeechToTextModule and then i am swipe right and clicked on other tab on the left menu bar the app is crashing on Wavedisplay dealloc method.

Here is my code

fakeTextField = [[UITextField alloc] initWithFrame:CGRectZero];

[fakeTextField setHidden:YES];

[self.view addSubview:fakeTextField];

self.speechToTextObj = [[SpeechToTextModule alloc] initWithCustomDisplay:@"SineWaveViewController"];

[self.speechToTextObj setDelegate:self];

Uploading Screen Shot 2015-06-12 at 12.54.22 pm.png…

Playback volume problem

noticed one problem after I tried to run your code.

Voice recognition works great. but then, audio playback doesn't work properly once i instantiated SpeechToTextModule class. I suspect the speex codec has a bug to turn iPhone's playback volume down to the minimal (or unhearable) level.

I've used the following function to test this out.

- (void)playSoundEffect
{
    NSURL *soundURL = [[NSBundle mainBundle] URLForResource:@"beep" withExtension:@"aif"];

    SystemSoundID soundEffect;

    AudioServicesCreateSystemSoundID((__bridge CFURLRef)soundURL, &soundEffect);

    AudioServicesPlaySystemSound(soundEffect);
}

I called this function before and after instantiating the SpeechToTextModule class twice. and, noticed the difference. I wonder if there's any way to turn the playback volume up. So far nothing worked.

Thanks!

Chuck

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.