예제 #1
0
		private Process CreateStream(string path) {
			//float offset = FFmpeg.DetectDbOffset(path);
			//FFmpeg.AdjustVolume(path, offset);
			return FFmpeg.GetFFMpegStream(path);
		}