上行链路 DTMF 音调生成
有什么方法可以动态生成上行 DTMF 音(即接收器听到它)?
当我查看 android 源代码时,我看到一个名为 startDTMF()
的函数,这正是我所需要的,但我找不到任何允许我访问该函数的 API...
然后我想到使用 ToneGenerator 并尝试将声音注入麦克风流,但我再次找不到实现此目的的方法......
感谢任何帮助。
Is there any way I can dynamically generate uplink DTMF tone (ie the receiver hears it)?
When I looked at the android source code I saw a function called startDTMF()
which is exactly what I need, but I couldn't find any API that allows me to access that function...
I then thought of using ToneGenerator and tried to inject the sound to the mic stream, and again I couldn't find a way to achieve this...
Any help is appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
也许 SDK 中的 android.media.ToneGenerator 类可以提供帮助?
Perhaps the android.media.ToneGenerator class in the SDK can help?
这可以帮助您。
,产生 4 秒的延迟,因此您有时可以在某些地方使用它......
但我们仍然需要从 sdk 中获取一些东西,希望 Android 人员能找到一些东西!
this can help.
, generates a 4 sec delay so you may use this at places sometimes...
but still we need to get some thing from sdk lets hope Android guys find something up!