Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
408 views
in Technique[技术] by (71.8m points)

java - 将音频记录直接保存到Android Studio中的Soundpool(Saving audio record straight to soundpool in Android studio)

I want to record my microphone input and save it straight to my sound manager class (which is essentially a soundpool object with more functions that I need in order to implement the sound and save it in a server).

(我想记录我的麦克风输入并将其直接保存到我的声音管理器类中(这实际上是一个声音池对象,具有实现声音并将其保存在服务器中所需的更多功能)。)

Is there a way that I can send the MediaRecorder Input straight to my soundpool object without using any files?

(有没有一种方法可以直接将MediaRecorder输入发送到我的声音池对象而无需使用任何文件?)

And if I have to work with files, how do I do that?

(如果必须使用文件,该怎么办?)

  ask by idobarabi translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...