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 文件连接成一个我使用这个代码
using Alvas.Audio; private void JoinWav() { string[] files = new string[] { "file01_01.wav","file01_01.wav"}; AudioCompressionManager.Join("res.wav", files); }
它对我有用,但我使用 Alvas.Audio 的试用版有没有办法免费创建这样的东西?