<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>物联网开发者社区-安信可论坛 - VC系列</title>
    <link>https://bbs.ai-thinker.com/forum.php?mod=forumdisplay&amp;fid=147</link>
    <description>Latest 20 threads of VC系列</description>
    <copyright>Copyright(C) 物联网开发者社区-安信可论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 15 Apr 2026 12:56:35 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://bbs.ai-thinker.com/static/image/common/logo_88_31.gif</url>
      <title>物联网开发者社区-安信可论坛</title>
      <link>https://bbs.ai-thinker.com/</link>
    </image>
    <item>
      <title>VC-02 Custom Audio Replacement - pcm.bin Generated but Not Included in Firmware</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=78422</link>
      <description><![CDATA[Hello,
I\'m trying to replace the VC-02 audio with custom voice (112 WAV files converted to 16kHz mono MP3). I followed the method from post #6 (AI-Thinker Xiaoze):
What I did:

Converted 112 custom WAV files to 16kHz mono MP3 (using ffmpeg)
Replaced]]></description>
      <category>VC系列</category>
      <author>Draak</author>
      <pubDate>Sat, 10 Jan 2026 13:07:47 +0000</pubDate>
    </item>
    <item>
      <title>VC02 按键唤醒咨询</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=47045</link>
      <description><![CDATA[如题 VC02开发板使用默认按键应当如何修改SDK中文件，以实现出厂固件中的按键唤醒功能？
急 急 急！提前感谢论坛中的各位高手]]></description>
      <category>VC系列</category>
      <author>ss123456</author>
      <pubDate>Mon, 23 Jun 2025 08:29:59 +0000</pubDate>
    </item>
    <item>
      <title>怎么做到一个语音指令随机发送串口数据</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=47016</link>
      <description><![CDATA[比如我想说一个指令，然后让它在我给定的多个串口数据中随机选择一个输出。如我说“开灯“，然后它就在我给的”串口数据1“和”串口数据2“中随机选取其中一个发送]]></description>
      <category>VC系列</category>
      <author>onion</author>
      <pubDate>Mon, 09 Jun 2025 18:28:57 +0000</pubDate>
    </item>
    <item>
      <title>安信可离线语音模组 VC-01、VC-02 系列教程 【二次开发篇】自定义音频播放控制</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=46853</link>
      <description><![CDATA[简介



在本篇文章中我将介绍如何使用SDK来进行自定义音频播放的功能。 在上一篇文章安信可离线语音模组 VC-01、VC-02 系列教程 【二次开发篇】自定义音频替换失败过程中，我简要概述了res_build_tool.py 文件， 其主要的作用就是将音频文件进行转换。从而使编译固件的 ...]]></description>
      <category>VC系列</category>
      <author>WangChong</author>
      <pubDate>Thu, 22 May 2025 23:06:50 +0000</pubDate>
    </item>
    <item>
      <title>安信可离线语音模组 VC-01、VC-02 系列教程 【二次开发篇】SDK音频替换失败记录过程</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=46852</link>
      <description><![CDATA[简介

在安信可离线语音模组 VC-01、VC-02 系列教程 【中级入门篇】中我们根据设置的不同回复词和命令字进行了固件生成。我在出教程的时候在考虑有没有什么办法来替换到SDK中的音频. 在我尝试了各种办法后发现很难办到 （建议直接使用云平台生成。 不要在SDK里手动添加 ...]]></description>
      <category>VC系列</category>
      <author>WangChong</author>
      <pubDate>Thu, 22 May 2025 22:08:22 +0000</pubDate>
    </item>
    <item>
      <title>安信可离线语音模组 VC-01、VC-02 系列教程 【二次开发篇】串口输出</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=46425</link>
      <description><![CDATA[简介
在上两篇文章中， 我们实现了GPIO输出， 和PWM输出(组件介绍在前文中已经介绍过， 可以从安信可离线语音模组 VC-01、VC-02 系列教程 【总览】进行跳转
)， 在本章节我们将继续进行使用语音指令控制串口输出。


配置Example默认串口数据输出

1- 首先修改/home/vc0 ...]]></description>
      <category>VC系列</category>
      <author>WangChong</author>
      <pubDate>Thu, 22 May 2025 19:20:30 +0000</pubDate>
    </item>
    <item>
      <title>安信可离线语音模组 VC-01、VC-02 系列教程 【二次开发篇】PWM输出</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=46328</link>
      <description><![CDATA[简介


在上一篇文章中我们对SDK的GPIO输出进行了控制， 在上一章节的基础上我们将在本章节对PWM的输出进行控制（如果没有看过上一篇文章的，建议先去看上一篇文章， 对组件和设计的库函数进行了介绍。本章节不多做赘述。）SDK文件还是使用的上一章节的SDK（如无特殊说 ...]]></description>
      <category>VC系列</category>
      <author>WangChong</author>
      <pubDate>Thu, 22 May 2025 15:31:40 +0000</pubDate>
    </item>
    <item>
      <title>安信可离线语音模组 VC-01、VC-02 系列教程 【二次开发篇】事件和GPIO控制</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=46325</link>
      <description><![CDATA[简介


在上一篇文章中，我们已经成功的搭建好了VC系列的Linux开发环境，并且使用VScode进行了远程连接。成功的进入到了下载后的SDK固件源码中。并且进行了编译等操作。 那么在本章我将对SDK中常见的模块进行解析，并且带着大家编译一个通过安信可语音平台生成固件中的 ...]]></description>
      <category>VC系列</category>
      <author>WangChong</author>
      <pubDate>Wed, 21 May 2025 18:47:09 +0000</pubDate>
    </item>
    <item>
      <title>安信可离线语音模组 VC-01、VC-02 系列教程 【二次开发篇】虚拟开发环境搭建和分享</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=46309</link>
      <description><![CDATA[简介

听有些小伙伴反应， 不知道怎么搭建VC01、VC02的二次开发环境。 希望能出一个带虚拟机镜像， 可以直接集成编译环境。 这样就可以直接编译构建了。 于是我便根据安信可官方在csdn上发布的搭建教程自己构建了一个虚拟机镜像。分享给大家，让大家做到开箱即用。




 ...]]></description>
      <category>VC系列</category>
      <author>WangChong</author>
      <pubDate>Mon, 19 May 2025 09:56:09 +0000</pubDate>
    </item>
    <item>
      <title>官网首页提到了实时语音转写和文本语音合成，请问现在这个功能可以实现了吗</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=46299</link>
      <description><![CDATA[rt]]></description>
      <category>VC系列</category>
      <author>Mooz</author>
      <pubDate>Sun, 18 May 2025 02:52:57 +0000</pubDate>
    </item>
    <item>
      <title>【求助】VC-02 通过串口指令激活自定义语音指令学习</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=46178</link>
      <description><![CDATA[VC-02 通过语音指令进入学习很方便，但是误操作的概率也比较大，想改用串口指令来激活学习和清除学习内容。请问有没有通过串口指令来激活学习唤醒词、指令、清除唤醒词、清除指令的学习资料？  ...]]></description>
      <category>VC系列</category>
      <author>tmozy</author>
      <pubDate>Tue, 15 Apr 2025 08:30:45 +0000</pubDate>
    </item>
    <item>
      <title>安信可离线语音模组 VC-01、VC-02 系列教程 【高级进阶篇】</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=46079</link>
      <description><![CDATA[简介

在上一篇文章中我们对安信可语音开放平台进行了全面的介绍， 大家可以快速的使用安信可语音开放平台来构建自己的SDK和固件。但是在对应的IO控制行为的介绍并不是很多， 因此在本章节我们将着重介绍当语音命令被识别后所触发的控制行为。他们分别是简单IO高低电平 ...]]></description>
      <category>VC系列</category>
      <author>WangChong</author>
      <pubDate>Mon, 31 Mar 2025 11:32:55 +0000</pubDate>
    </item>
    <item>
      <title>在线语音平台SDK生成也太慢了，一个多小时还没好</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=46077</link>
      <description><![CDATA[是不是二次开发，自己编译会快一点？]]></description>
      <category>VC系列</category>
      <author>Hitcode</author>
      <pubDate>Sun, 30 Mar 2025 11:04:54 +0000</pubDate>
    </item>
    <item>
      <title>安信可离线语音模组 VC-01、VC-02 系列教程 【中级入门篇】</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=46076</link>
      <description><![CDATA[简介

在前几个章节中， 我对离线语音系列，进行了概述。 同时在上一篇文章中仔细分析了VC02-dev-kit的原理图和相关应用。 那么在本章节我们将对安信可语音开放平台进行介绍。 使其用户可以快速使用安信可语音开放平台生成固件和SDK. 从而实现自定义命令、自定义控制、 ...]]></description>
      <category>VC系列</category>
      <author>WangChong</author>
      <pubDate>Sat, 29 Mar 2025 21:09:00 +0000</pubDate>
    </item>
    <item>
      <title>【安信可离线语音VC01/02教程合集】看这一篇就够了！</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=46054</link>
      <description><![CDATA[安信可离线语音VC01/02教程合集
安信可离线语音VC01/02：硬件规格书、开发资料、烧录工具、应用开发
安信可离线语音模组 VC-01、VC-02 系列教程 【基础认知篇】
安信可离线语音模组 VC-01、VC-02 系列教程 【快速上手篇】
安信可离线语音模组 VC-01、VC-02 系列教程 【 ...]]></description>
      <category>VC系列</category>
      <author>爱笑</author>
      <pubDate>Wed, 26 Mar 2025 03:13:03 +0000</pubDate>
    </item>
    <item>
      <title>安信可离线语音模组 VC-01、VC-02 系列教程 【快速上手篇】</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=46030</link>
      <description><![CDATA[简介

在上一篇文章中我们已经对离线语音模组和安信可VC-01和VC-02系列有了一个简要的认知， 那么在本篇文章中我将带着大家快速上手VC-01和VC-02系列(本文章采用VC02-进行演示)。本篇内容主要包括VC02-dev-kit的引脚介绍、出厂固件的默认功能演示和出厂固件的烧录工具的 ...]]></description>
      <category>VC系列</category>
      <author>WangChong</author>
      <pubDate>Sun, 23 Mar 2025 16:56:01 +0000</pubDate>
    </item>
    <item>
      <title>安信可离线语音模组 VC-01、VC-02 系列教程 【基础认知篇】</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=46018</link>
      <description><![CDATA[简介

离线语音模块是一种不依赖于互联网或云端服务的语音识别和语音控制设备。它可以在本地运行语音识别、语音合成和语音控制等功能，适用于物联网（IoT）、智能家居、机器人、嵌入式系统等场景。离线语音模块具有很多种特征信息， 其中比较突出的特点是语音指令的提前 ...]]></description>
      <category>VC系列</category>
      <author>WangChong</author>
      <pubDate>Sat, 22 Mar 2025 10:46:13 +0000</pubDate>
    </item>
    <item>
      <title>安信可离线语音模组 VC-01、VC-02 系列教程 【总览】</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=46012</link>
      <description><![CDATA[简介

应园长相邀， 希望我出一套安信可离线语音模组VC01、和VC02的系列教程。 鄙人不才将会在接下来的几篇文章中尽本人最大的能力带着大家玩转安信可的离线语音模块。 本系列教程将会从以下几个方面进行。 


篇幅目录


[*]VC系列基础认知篇(已经完成)：将面向从未接 ...]]></description>
      <category>VC系列</category>
      <author>WangChong</author>
      <pubDate>Fri, 21 Mar 2025 19:27:55 +0000</pubDate>
    </item>
    <item>
      <title>VC-01的PWM输出通过DMA怎么实现？</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=45774</link>
      <description><![CDATA[只看到PWM_DMA_INTERRUPT_MODE这个字段支持配置，但没有配置接口。
厂家提供的是隐藏的，没法自己配DMA。
谁有HAL源码提供下，万分感谢。]]></description>
      <category>VC系列</category>
      <author>zhixuan</author>
      <pubDate>Tue, 04 Feb 2025 12:02:18 +0000</pubDate>
    </item>
    <item>
      <title>VC-02语音识别模组SDK环境搭建指南</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=45729</link>
      <description><![CDATA[系统推荐使用Ubuntu20.04
执行前 先切换到 root 用户



下载编译工具链
获取SDK，参考官方文章：https://blog.csdn.net/Boantong_/article/details/124689101下载下来的SDK是个压缩包，先解压出来然后进入到这个目录：uni_hb_m_solution/unione_lite_app_hb_m/可以看到 ...]]></description>
      <category>VC系列</category>
      <author>沈夜</author>
      <pubDate>Sat, 18 Jan 2025 01:37:59 +0000</pubDate>
    </item>
  </channel>
</rss>