-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Alexa radio/music/songs not working #7
Comments
have you tried the code in this repo https://github.com/respeaker/avs ? |
Actually no, because I find the installation instructions unclear. I only see a 'requirements' and a 'get started' section, but I don't know how to install or upload the files to the respeaker (no 'On ReSpeaker' & 'On Ubuntu' section) . Do I need to follow the same instructions as with the older version or other instructions? |
Most of the requirements are installed by default on ReSpeaker.
|
Thanks for your help so far, it worked, but I got stuck on Then I installed avs with the
I don't know how to fix this, and when I do Ctrl+C to exit I get this:
Does somebody know how to fix this? Thanks. |
Hello, I still have a question about this topic, because it's still not working. Does somebody know how to fix this? I have tried many things but it just doesn't work and I get the same output as above. Thanks. |
There are some update. Cloud you try to run Then run
If RMS is not zero, recording is OK, if you can hear alarm, playing is OK |
Updating the avs library worked for me:
Thank you very much! |
Hi, (Note: I can play stations from the alexa.amazon.com website, but it doesn't work if I say 'Alexa play bbc radio 6 music'. I don't think it's a huge problem, but it could be fixed ;) |
Python Alexa Voice Service version:
alexa_2017-01-18_ramips_24kec.ipk
Python version:
Python 2.7.9
Operating System:
Using android phone, installed alexa on Respeaker Core
Description
After installing and configuring Amazon Alexa on the Respeaker Core I was unable to listen (for example) to a tunein radio station or commands like 'sing happy birthday, sing a song, etc.' are not working. Every time I ask something, she just thinks and doesn't respond. I really want to add the functions of music and songs, because this will make a better Alexa experience.
What I Did
I (kind of) successfully installed alexa on the Respeaker core using all the instructions from here (https://github.com/respeaker/Alexa). She is responding on almost all my questions, but not playing music.
I need to say that almost everytime is start up alexa from the online terminal (command: 'alexa') I get an error of no open channels or something, but got that fixed by running the commands in this order:
/etc/init.d/alexa start // wait two seconds
/etc/init.d/alexa stop // wait two seconds
alexa // wait about 20 seconds and then i got output
Sometimes I use the /etc/init.d/mopidy stop if the commands above does not work and after the command I try the commands above again.
What doesn't work
Every time I say 'Alexa, sing a bithday song', I get this output:
The strange thing about this is that it includes the path to the audio file (audio:https:://dvi8......), but it just don't plays the sound and when I try: 'Alexa, play BBC Radio 6 Music', I get this output:
She says something like 'playing BBC Radio 6 Music from TuneIn', but then it goes quit and I still don't have any sound.
So my question is:
Does anybody know how to fix this problem? I just really want to get as close as possible to an real Amazon Alexa with the Respeaker.
The text was updated successfully, but these errors were encountered: