English 中文(简体)
音频强度和机器人音频强度
原标题:Audio intensity in android

我创建了一个通过语音指令获取英语词含义的应用程序。 当用户给出语音手势时, 我需要显示他触摸的按钮上的声音强度, 以启动语音识别 。 我有 5 个不同的图标, 我应该根据强度显示它 。 所以我应该找到声音强度的范围 。 这是否可行? 请帮助 。

问题回答

如果将信号编码为PCM 格式, 强度是信号值的平均值方形( 和 x%2 / n) 。 您只需在PCM 中记录一个信号, 并用滑动窗口计算平均值 。 见

http://developer.android.com/reference/android/media/AudioRecord.html





相关问题
Speech Recognition with Telephone

I need to detect the user voice when they pick-up the reciever on the other end. Because Modems usually start playing files (playback terminal) when the first ring goes there. So I planned to use ...

speaker dependent speech recognition engin with sdk

I want to do a little apllication, does any one know of a good speaker dependent speech recognition engin with sdk. (not speech to text engins) thank you, Efrat

Speech recognition project

I m making my final year project i.e. speech recognition. but I don t have any idea how to start. I will use c#. Please can anyone guide me how to start? what should be the first step? Thanks

微软 Sam,SAPI替代品

我们计划使用微软讲话标本。 我们现在在Windows XP上使用Microsoft Sam声音,坦率地说,它可怕......。 几乎不可能听到......。

Windows Speech Recognition C#

I m making a program that does stuff (Sorry, I m not allowed to say what it is), but I want to be able to let Windows Speech somehow "know" that there are linklabels and buttons on my Forms, so that ...

热门标签