我要创建一个声音强度级别的应用程序,在此应用程序运行时,我需要打开MIC。
请帮我
谢谢
最佳答案
看起来好像不能“打开”麦克风,让它坐下来收集数据而不进行录音。从我读到的一点点来看,它们会记录一小段时间并分析该数据,然后重复执行..,直到您需要运行该应用程序为止。这是三个链接,听起来像他们在做与您想要的操作类似的操作。希望这可以帮助。
Android: sample microphone without recording to get live amplitude/level?
Return amplitude of the mic input when not recording
Android: sample microphone without recording to get live amplitude/level?