Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tekjar/assistant
https://github.com/tekjar/assistant
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tekjar/assistant
- Owner: tekjar
- License: mit
- Created: 2016-03-26T08:53:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-26T10:50:42.000Z (almost 9 years ago)
- Last Synced: 2024-12-17T08:30:05.228Z (about 1 month ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
MAC OSX
-------brew install portaudio
python3 -m pip install PyAudio
python3 -m pip install SpeechRecognition
brew install flac --> google speech recognition seems to be working with this
brew install pocketsphinxLNUX
----
sudo apt-get install portaudio19-dev flac pocketsphinx-utils
pip3 install pyaudio
pip3 install speechrecognitionInstall homehbrew and follow mac osx steps ;)
pocketsphinx_continuous -inmic yes
Fixing below error
------------------
ad_oss.c(103): Failed to open audio device(/dev/dsp): No such file or directory
FATAL_ERROR: "continuous.c", line 246: Failed to open audio devicesudo apt-get install pulseaudio libpulse-dev osspd