<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Tech Sharing on Rocky's Website</title><link>https://blog.wangxiaoyuan.top/categories/tech-sharing/</link><description>Recent content in Tech Sharing on Rocky's Website</description><generator>Hugo -- 0.147.4</generator><language>en-us</language><lastBuildDate>Fri, 20 Feb 2026 10:40:00 +0800</lastBuildDate><atom:link href="https://blog.wangxiaoyuan.top/categories/tech-sharing/index.xml" rel="self" type="application/rss+xml"/><item><title>Let OpenClaw Understand My Voice Instructions</title><link>https://blog.wangxiaoyuan.top/posts/let-openclaw-understand-my-voice-instructions/</link><pubDate>Fri, 20 Feb 2026 10:40:00 +0800</pubDate><guid>https://blog.wangxiaoyuan.top/posts/let-openclaw-understand-my-voice-instructions/</guid><description>&lt;h2 id="introduction">Introduction&lt;/h2>
&lt;p>Voice interaction has become a key part of modern user experience. As someone who maintains a personal website, I&amp;rsquo;ve always been looking for ways to make it more interactive. Recently, I integrated OpenAI&amp;rsquo;s Whisper speech recognition model locally into my website&amp;rsquo;s backend system, enabling fully offline speech-to-text capabilities.&lt;/p>
&lt;h2 id="why-local-whisper">Why Local Whisper?&lt;/h2>
&lt;h3 id="privacy">Privacy&lt;/h3>
&lt;ul>
&lt;li>&lt;strong>Fully offline processing&lt;/strong>: Voice data never leaves the server&lt;/li>
&lt;li>&lt;strong>Data security&lt;/strong>: No sensitive information collected or stored by third parties&lt;/li>
&lt;li>&lt;strong>Full control&lt;/strong>: Complete ownership of the entire speech recognition pipeline&lt;/li>
&lt;/ul>
&lt;h3 id="cost-efficiency">Cost Efficiency&lt;/h3>
&lt;ul>
&lt;li>&lt;strong>One-time deployment&lt;/strong>: No per-usage billing&lt;/li>
&lt;li>&lt;strong>No API limits&lt;/strong>: No rate limits or quota restrictions&lt;/li>
&lt;li>&lt;strong>Long-term stability&lt;/strong>: No dependency on third-party service availability&lt;/li>
&lt;/ul>
&lt;h3 id="technical-advantages">Technical Advantages&lt;/h3>
&lt;ul>
&lt;li>&lt;strong>High accuracy&lt;/strong>: Whisper performs well across many languages&lt;/li>
&lt;li>&lt;strong>Multilingual support&lt;/strong>: Automatically detects and transcribes 99 languages&lt;/li>
&lt;li>&lt;strong>Open source&lt;/strong>: MIT-licensed, free to use and modify&lt;/li>
&lt;/ul>
&lt;h2 id="implementation-steps">Implementation Steps&lt;/h2>
&lt;h3 id="1-environment-setup">1. Environment Setup&lt;/h3>
&lt;p>Whisper requires Python 3.8+, so the first step is to make sure you have a compatible version:&lt;/p></description></item></channel></rss>