Community Forums Archive

Go Back

Subject:insert audio
Posted by: jim.konczyk
Date:1/22/2010 11:37:08 AM

Hello all,

I need some help writing a new script and I have no experience with scripting. Your help would be VERY appreciated.

I have one "master track" that I need to insert another piece of audio into at a specific time. This newly edited track needs to be renamed and saved according to the name of the track of the audio being inserted. This would, of course, be very simple to do manually, but I have 10,000 unique pieces of audio that need to be inserted into the master track and renamed accordingly.

Is this possible? And if so, could you provide a scripting newbie some assistance?

Thanks!

PS. I'm using SF9...

Subject:RE: insert audio
Reply by: ExSonyTJ
Date:1/22/2010 1:27:19 PM

It's quite possible. To Insert audio, use a combination of InsertSilence and OverwriteAudio methods on ISfFileHost object. or use the ReplaceAudio method with a destination selection with a length of 0.

Message last edited on1/22/2010 1:36:11 PM byExSonyTJ.

Go Back