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 中有一个原始音频帧,如何使用 AMR AAC 或任何其他编码器对其进行编码?
You mean something like this?
// Specify the audio and video encoding mediaRecorder.setAudioEncoder(MediaRecorder.AudioEncoder.DEFAULT);
developer.android.com/reference/android/media/MediaRecorder