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.
如何压缩 44.1kHz 采样的 16 位 PCM 实时音乐数据流以减小其大小并通过 Zynq Z7020 中的 AXI4 Stream 互连发送它?
任何人都可以为这样的用例建议一个编解码器,并可能链接到它的实现吗?
看看 IMA ADPCM,一个非常简单的有损编解码器。它不需要浮动操作,它产生恒定的比特率流,这在硬件中很容易处理。
虽然质量可能不是那么好,但是如果没有您的任何规格,就不可能提出更合适的建议。