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.
我想将 WAV 格式的音频流编码为 AAC 格式,并将 AAC 音频流解码为 WAV。我可以用 SharpDX 的MediaFoundationDLL 实现这个吗?那我该怎么用呢?
MediaFoundation
也许我可以使用 AudioDecoder 类进行解码,下载@github SharpDx,一旦在您的桌面上,您将在
...\Desktop\SharpDX-master\SharpDX-master\Samples\MediaFoundation\DecodeAudioToWav\
我希望这有帮助