MycroftAI / skill-pandora

Mycroft AI official Pandora Skill - listen to Pandora music
https://mycroft.ai/skills
MIT License
6 stars 12 forks source link

no sound from speakers #34

Open doughud opened 4 years ago

doughud commented 4 years ago

"Play Pandora" gets response of "playing Classic Rock on Pandora". No sound or music coming from speakers. Get sound and audio on all other responses such as "play new", and wikipedia inquiries. have tried different speakers, but still no sound.

forslund commented 4 years ago

Hi,

what platform is this on? We've had reports that on picroft the pianobar player has issues with pulseaudio...

doughud commented 4 years ago

It is raspberry pi 3b+ with Picroft.

Get Outlook for Androidhttps://aka.ms/ghei36


From: Åke notifications@github.com Sent: Tuesday, January 7, 2020 1:23:26 PM To: MycroftAI/pianobar-skill pianobar-skill@noreply.github.com Cc: doughud doughudg@msn.com; Author author@noreply.github.com Subject: Re: [MycroftAI/pianobar-skill] no sound from speakers (#34)

Hi,

what platform is this on? We've had reports that on picroft the pianobar player has issues with pulseaudio...

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://nam10.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FMycroftAI%2Fpianobar-skill%2Fissues%2F34%3Femail_source%3Dnotifications%26email_token%3DANGDL3JCUHHCTM43BAZZH43Q4TJC5A5CNFSM4KD2QNW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIJ7FXA%23issuecomment-571732700&data=02%7C01%7C%7C5f5573eb3ef8477f40ac08d793a71213%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637140218071076957&sdata=09BgU%2FatNzm3bZlIgCptobFU9WsSGh%2BdZkJsc7JblRw%3D&reserved=0, or unsubscribehttps://nam10.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FANGDL3IARYY3YXG4TVJMCG3Q4TJC5ANCNFSM4KD2QNWQ&data=02%7C01%7C%7C5f5573eb3ef8477f40ac08d793a71213%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637140218071076957&sdata=kcZFXJsJPdcvuGc%2BI1kPjoz15PezEv%2F1I1p0S3o4Blo%3D&reserved=0.

damanbaird commented 4 years ago

I'm having kinda similar issues, im getting horrible sound from pandora, but music from my emby server sounds ok. raspberry pi 3B+

drew1028 commented 3 years ago

I am having the exact same issue. I somehow managed to fix it, then I had to wipe my picroft and start over and I cannot remember how I fixed it. I think it was defaulting to another software but I just cant remember. Anybody else figure this out?

LittleDan9 commented 3 years ago

I experienced this same issue and found this thread looking to solve the problem. Device: rPi 3B+ OS: Picroft Speaker & Mic: Adafruit Voice Bonnet (Configured for PulseAudio)

To get it working I updated the pianobar configuration file:~/.libao with the following.

driver=pulse
dev=default

I found that for some reason the order of driver and dev was necessary to achieve success.

drew1028 commented 3 years ago

I experienced this same issue and found this thread looking to solve the problem. Device: rPi 3B+ OS: Picroft Speaker & Mic: Adafruit Voice Bonnet (Configured for PulseAudio)

To get it working I updated the pianobar configuration file:~/.libao with the following.

driver=pulse
dev=default

I found that for some reason the order of driver and dev was necessary to achieve success.

This did it for me. Cheers mate!