在Android手机上实时进行语音处理 [英] performing voice processing in real time on Android phones

查看:529
本文介绍了在Android手机上实时进行语音处理的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是新来的Andr​​oid和Java,我需要知道这是可能的结果
我想捕捉声音输入到手机的话筒,这个信号和输出进行一些计算修正信号的耳机结果
是处理输入到在这样可能实时麦克风?结果
Android开发者网站说,

I am new to Android and Java and I need to know if this would be possible
I want to capture the sound input to the phone's microphone, perform some computations on this signal and output the modified signal to the earphones
Is processing the input to the microphone in real time like this possible?
THE ANDROID DEVELOPERS WEBSITE says that

注:Android模拟器不必捕获音频的能力,
  但实际的设备有可能提供这些功能即可。

Note: The Android Emulator does not have the ability to capture audio, but actual devices are likely to provide these capabilities.

这是什么意思可能?有没有可能是某些手机甚至不容许从麦克风读呢?

What does it mean by likely? Is it possible that some phones do not even allow reading from the microphone at all?

推荐答案

这是可能的。

当你录制的声音可以缓冲它做一些处理,然后输出或保存或任何....

When you record the audio you can buffer it do some processing and then output it or save it or whatever....

有例如,做以下的事情时,有人打电话给你的应用程序:

There is an app for example that does the following thing when someone calls you:

它结合你的声音有一些声音,你录制并播放同步到主叫方,让他觉得你是在一个聚会,公共汽车等....这是处理录制的声音的一个例子。

It combines your voice with some sound you recorded and plays it in sync to the caller, making him think your are on a party, a bus etc....this is an example of processing the sound recorded.

编辑1:这里是要引导你进一步如何实现这一类似的主题。 <一href=\"http://stackoverflow.com/questions/2257075/real-time-audio-processing-in-android?rq=1\">Real-time在Android的音频处理

Edit 1: Here is a similar topic that should guide you further how to implement this. Real-time audio processing in Android

这篇关于在Android手机上实时进行语音处理的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆