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 录制音频,读入缓冲区并使用 FFT 算法转换为频率块。现在我可以使用逆 FFT 算法来恢复数据并播放我录制的声音吗?