eligrey / voice-search

Chrome extension for searching by speaking.
Other
49 stars 14 forks source link

red mic not appearing, wont search #12

Closed hobbs260 closed 13 years ago

hobbs260 commented 13 years ago

ive only had the app a week and its great! but today the red mic stopped appearing when i clicked the blue mic, also the smaller mic has disappeared from my web pages. I tried to uninstall and reinstall the app and chrome with no success.

eligrey commented 13 years ago

Quoth the readme:

You may need to launch Chrome with the --enable-speech-input flag. To do this on Windows, right click on your Google Chrome icon (shift+right click while Chrome is closed for Windows 7 if you have it pinned to the task bar), and set the target field to the following value:

%LocalAppData%\Google\Chrome\Application\chrome.exe --enable-speech-input

In OSX, it's a little more complicated. You have to create an Apple Script with the following code and save it in ~/Applications/

do shell script "/Applications/Google\\ Chrome.app/Contents/MacOS/Google\\ Chrome --enable-speech-input"
hobbs260 commented 13 years ago

thanks! ill give it a shot i have osx

hobbs260 commented 13 years ago

tried a couple times, got the file to save in my app folder but the mic is still blank

hobbs260 commented 13 years ago

HEY! i stopped being an idiot and added "do shell script" to the code. Thanks! it works!