开发者

Mute Audio for a certain interval of a track

Am developing the application in .n开发者_如何学编程et. In that application we want to select the song and in that song we should "mute / hide" some interval of time.

For eg: If we have the length of the audio file is 1:00 min, we have to hide the Interval of audio from "0:36 to 0:50" sec from that 1 min audio.


Use Splicer: A free open source library for the .Net framework that aims to simplify developing applications for editing and encoding audio and video using DirectShow.


If you have your sound file in mp3 format, you'll have to DECODE it, edit it programaticaly, and re-encode it later.

If by 'hide' you mean cut out, it is very simple in PCM world. You'll just copy the samples that you need to the output buffer, omitting ones that you don't need.

If you plan to edit audio from code, you'll have to learn what is sample, how the audio is represented in the memory, and so on, anyway.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜