<?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[Webcam as mic?]]></title><description><![CDATA[<p dir="auto">I’ve been trying to implement the <a href="https://github.com/bugsounet/MMM-GoogleAssistant" target="_blank" rel="noopener noreferrer nofollow ugc">Google Assistant module</a>. For my mic, I would like to use the mic of my webcam, but it doesn’t seem to show up when I use</p>
<pre><code>arecorder -l
</code></pre>
<p dir="auto">Any help would be appreciated</p>
]]></description><link>https://forum.magicmirror.builders/topic/14267/webcam-as-mic</link><generator>RSS for Node</generator><lastBuildDate>Sun, 07 Jun 2026 20:05:51 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/14267.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 20 Dec 2020 16:58:19 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Webcam as mic? on Mon, 21 Dec 2020 13:27:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/avanloo01" aria-label="Profile: avanloo01">@<bdi>avanloo01</bdi></a> weird. why call it a Webcam if there is no mic?</p>
]]></description><link>https://forum.magicmirror.builders/post/85978</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/85978</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 21 Dec 2020 13:27:14 GMT</pubDate></item><item><title><![CDATA[Reply to Webcam as mic? on Mon, 21 Dec 2020 08:22:32 GMT]]></title><description><![CDATA[<p dir="auto">I’ve just found out that the webcam doesn’t have a mic 😅.</p>
]]></description><link>https://forum.magicmirror.builders/post/85958</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/85958</guid><dc:creator><![CDATA[avanloo01]]></dc:creator><pubDate>Mon, 21 Dec 2020 08:22:32 GMT</pubDate></item><item><title><![CDATA[Reply to Webcam as mic? on Sun, 20 Dec 2020 22:11:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/avanloo01" aria-label="Profile: avanloo01">@<bdi>avanloo01</bdi></a> its</p>
<pre><code>arecord -l    (lower case L, as in list)
</code></pre>
<p dir="auto">do this</p>
<pre><code>arecord test.wav
</code></pre>
<p dir="auto">speak some words<br />
press ctrl-c to stop arecord,<br />
then</p>
<pre><code>aplay test.wav
</code></pre>
<p dir="auto">do you hear what you said?</p>
<p dir="auto">if so, then mic &amp; speaker are working, if not, adjust and repeat…</p>
]]></description><link>https://forum.magicmirror.builders/post/85936</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/85936</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 20 Dec 2020 22:11:34 GMT</pubDate></item></channel></rss>