用于紧凑框架的示波器 API

发布于 2024-09-28 06:21:25 字数 552 浏览 5 评论 0原文

几天前,我在搜索移动设备的人机界面。< /a> 但所有蓝牙设备 非常混乱且难以实施。

问题是:“是否有开源或免费的库可以在 WinMobile 平台上制作示波器。
由于我的界面不是人性化的,我将尝试制作某种蜂鸣器,它将向 WinMobile 设备发送声音命令,在另一端 WinMoilbe 设备应该能够读取蜂鸣器音调的频率并识别命令。

移至其他问题

到目前为止,我的研究告诉我,没有免费的语音识别库。
这仍然是这种情况吗(因为我发现的所有帖子都是几年前的)。

Few days ago I where searching for human interface for mobile devices. but all bluetooth devices
are pretty messy and hard to implement.

Question are: "Is there open source, or free library for making Oscilloscope on WinMobile platform.
As my interface is not going to be human, I will try to make some kind of buzzer which is going to send sound commands to WinMobile device, at other side WinMoilbe device should be able to read frequency of buzzer tone and recognize command.

Moved to other question

So far my research telling me that there is no free library for voice recognize.
Is this still a case, (because all post I found is old few years).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

£冰雨忧蓝° 2024-10-05 06:21:25

能够读取频率相当简单。您需要使用 waveInXxxx API 来捕获传入的声音,然后您可以对该数据运行FFT来确定频率。

MSDN 有一个使用 CF 中的 waveInXxxx 函数的示例
SDF 有两种 FFT 算法

Being able to read the frequency is fairly simple. You need to use the waveInXxxx APIs to capture the incoming sound, then you can run an FFT on that data to determine frequency.

MSDN has an example of using the waveInXxxx functions from the CF.
The SDF has two FFT algorithms.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文