摘要:
因工具需要 对 Wav 文件做处理 包含转格 截取 淡入淡出处理 ,此处将代码记下 以备后用。View Code 1 /// <summary> 2 /// 文件截取处理 3 /// </summary> 4 public class WavScissorHelper 5 { 6 public static bool GetWavFileScissor(string OriginalAudioFilePath, string DestinedAudioFilePath, int beginCutTime, int endCutT... 阅读全文
posted @ 2012-04-17 17:06
ryhan
阅读(2818)
评论(1)
推荐(0)
浙公网安备 33010602011771号