<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[GoogleAssistant, Raspotify and bluetooth audio...]]></title><description><![CDATA[<p dir="auto">Hello again,<br />
I finally had some time to work on my beloved mirror again - however, I feel like I’ve messed it up and wanted to reach out to you guys for advice since my google and forum search efforts are not fruitful any longer…</p>
<p dir="auto">Sorry if this becomes a long post again…</p>
<p dir="auto">So - what I’m trying to achieve is having google assistant integrated with Raspotify and play music via my connected bluetooth speaker. Thanks to <a class="plugin-mentions-user plugin-mentions-a" href="/user/bugsounet" aria-label="Profile: bugsounet">@<bdi>bugsounet</bdi></a> this is working nearly perfect.</p>
<p dir="auto">I installed everything like raspotify, the google assistant etc. and it worked like a charm - youtube was playing using my speaker, raspotify was playing using anything but my speaker…</p>
<p dir="auto">So I googled and figured out that raspotify seems to have issues with bluetooth connected devices…</p>
<p dir="auto">And thats where the mess started - I stumbled over this: <a href="https://github.com/bablokb/pi-btaudio" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/bablokb/pi-btaudio</a> which sounded like it could do the job - I installed it and it completely f****ed up all my audio stuff. I figured it doesn’t like pulseaudio - fine, I uninstalled it. Still does not work. So I continued my google search - seems I thought that the problem is maybe that it does indeed set the default audio play device but completely ignores input devices…</p>
<p dir="auto">I found the micConfig stuff here:<br />
<a href="http://wiki.bugsounet.fr/en/MMM-GoogleAssistant/Tools" target="_blank" rel="noopener noreferrer nofollow ugc">http://wiki.bugsounet.fr/en/MMM-GoogleAssistant/Tools</a><br />
but thats not working any longer, guess it is not required any longer…</p>
<p dir="auto">Further googling led me to change the /etc/asound.conf file to:</p>
<pre><code>pcm.!default "bluealsa"
ctl.!default "bluealsa"
defaults.bluealsa.interface "hci0"
defaults.bluealsa.device "XX:XX:XX:XX:XX:XX"
defaults.bluealsa.profile "a2dp"

pcm.!default
{
    type asym
    playback.pcm
    {
        type plug
        slave.pcm "bluealsa"
    }
    capture.pcm
    {
        type plug
        slave.pcm "hw:2,0"
    }
}            
</code></pre>
<p dir="auto">Since I’m absolutely new to this I fear that this might already be confusing since it looks to me like I’m defining the default pcm device twice - once with “bluealsa” (something that comes from the installed “pi-btaudio” - so I’ve no idea whats actually done there) as well as once with the split between playback and capture device…</p>
<p dir="auto">However - with that the mirror is at least “working” again… but the audio capturing is completely random now - its barely reacting to the hotwords.<br />
Furthermore I cannot control the volume any longer.<br />
The mirror is randomly restarting every 10 minutes.<br />
The mirror in general is extremely “laggy” and unresponsive.<br />
And last but not least raspotify is still not working :weary_face:</p>
<p dir="auto">I’m now contemplating how to move on. I could try to get rid of the “pi-btaudio” stuff since this is where all the mess started and reinstall pulseaudio. I could try to still fix the issue - maybe something still not working proberly with the config… Or try something else?</p>
<p dir="auto">If anybody has a thought how I can proceed I’m more than thankful for any help.</p>
<p dir="auto">Best regards</p>
]]></description><link>https://forum.magicmirror.builders/topic/15876/googleassistant-raspotify-and-bluetooth-audio</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Apr 2026 20:21:58 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/15876.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 17 Nov 2021 09:19:13 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to GoogleAssistant, Raspotify and bluetooth audio... on Fri, 19 Nov 2021 16:23:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/djboob66" aria-label="Profile: djboob66">@<bdi>djboob66</bdi></a> Spotify itself worked flawless - regardless where I started it. It simply used any other audio (my monitor since it unfortunately has some crappy speakers inside) and did not wanted to use my BT-Audio at all.</p>
]]></description><link>https://forum.magicmirror.builders/post/96574</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/96574</guid><dc:creator><![CDATA[Stinger0815]]></dc:creator><pubDate>Fri, 19 Nov 2021 16:23:57 GMT</pubDate></item><item><title><![CDATA[Reply to GoogleAssistant, Raspotify and bluetooth audio... on Fri, 19 Nov 2021 16:21:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bugsounet" aria-label="Profile: bugsounet">@<bdi>bugsounet</bdi></a> said in <a href="/post/96485">GoogleAssistant, Raspotify and bluetooth audio...</a>:</p>
<blockquote>
<p dir="auto">With bluetooth, raspotify need many root permission, so it’s very complex…<br />
I advice you to try with librespot, works with no problem with bluetooth [without config] (don’t forget to uninstall raspotify)</p>
<p dir="auto">after if you override <code>asound.conf</code> … I don’t guarantee the result<br />
in my case, works with default config</p>
</blockquote>
<p dir="auto">Thanks! I’ll give it a try and let you know how it worked in a few days…</p>
]]></description><link>https://forum.magicmirror.builders/post/96573</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/96573</guid><dc:creator><![CDATA[Stinger0815]]></dc:creator><pubDate>Fri, 19 Nov 2021 16:21:55 GMT</pubDate></item><item><title><![CDATA[Reply to GoogleAssistant, Raspotify and bluetooth audio... on Wed, 17 Nov 2021 21:08:07 GMT]]></title><description><![CDATA[<p dir="auto">With bluetooth, raspotify need many root permission, so it’s very complex…<br />
I advice you to try with librespot, works with no problem with bluetooth [without config] (don’t forget to uninstall raspotify)</p>
<p dir="auto">after if you override <code>asound.conf</code> … I don’t guarantee the result<br />
in my case, works with default config</p>
]]></description><link>https://forum.magicmirror.builders/post/96485</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/96485</guid><dc:creator><![CDATA[bugsounet]]></dc:creator><pubDate>Wed, 17 Nov 2021 21:08:07 GMT</pubDate></item><item><title><![CDATA[Reply to GoogleAssistant, Raspotify and bluetooth audio... on Wed, 17 Nov 2021 19:43:15 GMT]]></title><description><![CDATA[<p dir="auto">Before all this did you test Spotify before trying BT speaker the reason I ask this is I just did a fresh install of bullseye and MM, GA, and I had to start Spotify on my phone and pick the MM as the playing device before it would play thou MM audio?</p>
]]></description><link>https://forum.magicmirror.builders/post/96484</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/96484</guid><dc:creator><![CDATA[DJBOOB66]]></dc:creator><pubDate>Wed, 17 Nov 2021 19:43:15 GMT</pubDate></item></channel></rss>