Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要创建一个应用程序来捕获来自麦克风的信号并直接发送到耳机输出。
任何想法?
您需要同时录制和播放音频。使用AudioRecord进行录制,使用AudioTrack进行播放。您可以在那里找到大量同时播放和录制的示例。以下是一些示例链接
链接1,链接2