<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Open Wake Word on the Web	</title>
	<atom:link href="https://deepcorelabs.com/open-wake-word-on-the-web/feed/" rel="self" type="application/rss+xml" />
	<link>https://deepcorelabs.com/open-wake-word-on-the-web/</link>
	<description>Building Extraordinary Brands</description>
	<lastBuildDate>Mon, 30 Mar 2026 19:38:48 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Pascal		</title>
		<link>https://deepcorelabs.com/open-wake-word-on-the-web/#comment-2800</link>

		<dc:creator><![CDATA[Pascal]]></dc:creator>
		<pubDate>Mon, 20 Oct 2025 17:59:04 +0000</pubDate>
		<guid isPermaLink="false">https://deepcorelabs.com/?p=4455#comment-2800</guid>

					<description><![CDATA[Thanks a lot for this - exactly what I was looking for! Downloaded the code - only worked in Chrome - not Firefox - got:
Failed to start listening: DOMException: AudioContext.createMediaStreamSource: Connecting AudioNodes from AudioContexts with different sample-rate is currently not supported. startListening http://127.0.0.1/package/main.js:261

Asked GPT5 to fix it - now it works :)]]></description>
			<content:encoded><![CDATA[<p>Thanks a lot for this &#8211; exactly what I was looking for! Downloaded the code &#8211; only worked in Chrome &#8211; not Firefox &#8211; got:<br />
Failed to start listening: DOMException: AudioContext.createMediaStreamSource: Connecting AudioNodes from AudioContexts with different sample-rate is currently not supported. startListening <a href="http://127.0.0.1/package/main.js:261" rel="nofollow ugc">http://127.0.0.1/package/main.js:261</a></p>
<p>Asked GPT5 to fix it &#8211; now it works 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Miro Hristov		</title>
		<link>https://deepcorelabs.com/open-wake-word-on-the-web/#comment-2799</link>

		<dc:creator><![CDATA[Miro Hristov]]></dc:creator>
		<pubDate>Wed, 01 Oct 2025 16:54:26 +0000</pubDate>
		<guid isPermaLink="false">https://deepcorelabs.com/?p=4455#comment-2799</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://deepcorelabs.com/open-wake-word-on-the-web/#comment-2798&quot;&gt;Syed Tabib Ashraf&lt;/a&gt;.

You can train custom models the same way you would for openWakeWord: &lt;a href=&quot;https://github.com/dscripka/openWakeWord?tab=readme-ov-file#training-new-models&quot; rel=&quot;nofollow ugc&quot;&gt;Training New Models&lt;/a&gt;.
I&#039;ve tested the online Colab successfully and it takes about 45 min.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://deepcorelabs.com/open-wake-word-on-the-web/#comment-2798">Syed Tabib Ashraf</a>.</p>
<p>You can train custom models the same way you would for openWakeWord: <a href="https://github.com/dscripka/openWakeWord?tab=readme-ov-file#training-new-models" rel="nofollow ugc">Training New Models</a>.<br />
I&#8217;ve tested the online Colab successfully and it takes about 45 min.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Syed Tabib Ashraf		</title>
		<link>https://deepcorelabs.com/open-wake-word-on-the-web/#comment-2798</link>

		<dc:creator><![CDATA[Syed Tabib Ashraf]]></dc:creator>
		<pubDate>Wed, 24 Sep 2025 13:10:53 +0000</pubDate>
		<guid isPermaLink="false">https://deepcorelabs.com/?p=4455#comment-2798</guid>

					<description><![CDATA[can we train a model on our custom word? If yes then how can we do it?]]></description>
			<content:encoded><![CDATA[<p>can we train a model on our custom word? If yes then how can we do it?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Miro Hristov		</title>
		<link>https://deepcorelabs.com/open-wake-word-on-the-web/#comment-2797</link>

		<dc:creator><![CDATA[Miro Hristov]]></dc:creator>
		<pubDate>Sun, 21 Sep 2025 06:06:08 +0000</pubDate>
		<guid isPermaLink="false">https://deepcorelabs.com/?p=4455#comment-2797</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://deepcorelabs.com/open-wake-word-on-the-web/#comment-2796&quot;&gt;Bob&lt;/a&gt;.

Sure. Since it&#039;s index.php you would need to run it from localhost though:
https://deepcorelabs.com/projects/openwakeword/package.zip]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://deepcorelabs.com/open-wake-word-on-the-web/#comment-2796">Bob</a>.</p>
<p>Sure. Since it&#8217;s index.php you would need to run it from localhost though:<br />
<a href="https://deepcorelabs.com/projects/openwakeword/package.zip" rel="ugc">https://deepcorelabs.com/projects/openwakeword/package.zip</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Bob		</title>
		<link>https://deepcorelabs.com/open-wake-word-on-the-web/#comment-2796</link>

		<dc:creator><![CDATA[Bob]]></dc:creator>
		<pubDate>Fri, 05 Sep 2025 20:26:55 +0000</pubDate>
		<guid isPermaLink="false">https://deepcorelabs.com/?p=4455#comment-2796</guid>

					<description><![CDATA[Can you share the code?]]></description>
			<content:encoded><![CDATA[<p>Can you share the code?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
