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.
我正在从 Microsoft.Xna.Framework.Audio.Microphone 录制声音 有没有办法在单词之后压缩它?最好有 mp3 或 wmv 文件,但我找不到任何解决方案。我认为云计算会变慢。
不幸的是,没有框架支持音频压缩。尽管您可以在托管代码中自行实现该算法,但它可能会消耗过多的处理能力,并且您的应用程序将无法通过 Microsoft 认证。