respeaker_python_library
respeaker_python_library copied to clipboard
To build voice enabled objects/applications with Python and ReSpeaker
Hi , My robot already has a usb respeaker array but I want to use 2. It shows both devices with same device id and vendor id. How can I...
Hi there, I have just received my respeaker and I am testing the example offline_voice_assistant.py script here. I have set the wake up word to alexa as a test but...
Hello, Just need a local support feature for voice wakeup~ I notice this file respeaker/pocketsphinx-data/dictionary.txt . So my question is if I want to set a customised wakeup word in...
Hi, in the __init__ method you traverse all input devices until a device with "respeaker" in its name is found. The name of my 4 mic-array is "seed4micvoicec" and is...
I am trying to record audio by using microphone.py and I am getting following log then nothing happens. pi@raspberrypi:~/Desktop/respeaker_python_library/respeaker $ python microphone.py ERROR:root:PyUSB is required on a Linux Machine ALSA...
Any idea on how to reduce the amount of false positives I get on a custom wake word? The system does well recognizing the words when I speak them, however,...
Dear All Need your Help! I have done the following respeaker@v2:~$ cd respeaker_python_library/respeaker/pocketsphinx-data/dictionary.txt respeaker R IY S P IY K ER alexa AH L EH K S AH zuzu Z...
Hello, I have edited the files like below to add the wake word, seems alexa itself is not working for me and new 'hello' word. Able to detect the 'respeaker'...
The offline example only recognizes three keyword. It's in https://github.com/respeaker/respeaker_python_library/blob/master/respeaker/pocketsphinx-data/keywords.txt You can add new words to `keywords.txt` and `dictionary.txt`. You can find the words in https://github.com/respeaker/pocketsphinx-data/blob/master/dictionary.txt _Originally posted by @xiongyihui...
Hi all, first of all, thanks for your dedication. I have tried to use mic.record() but I have realize record function is incomplete or at least I cannot see wave.writeframes(data)....