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.
我想捕获声卡数据。意味着在手机上播放的任何东西。它可能是警报声音,声音等,无论声音来自设备。我只想用 android 框架类捕获声音。我不想要任何本机编程。是可能吗?如果有其他工具可用,请提供详细信息。
如果设备处于免提模式,您可以通过麦克风进行录音,它将拾取设备正在播放的任何内容以及任何其他环境声音。使用AudioRecord或MediaRecorder您认为合适的。
AudioRecord
MediaRecorder
如果设备未处于扬声器模式,则您无法拦截其他应用程序的音频输出。