Concatenate Audio?

Visuals, audio, animation. Blended, not stirred. If LiveCode is part of your rich media production toolbox, this is the forum for you.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
cborn
Posts: 66
Joined: Fri Dec 15, 2006 11:35 pm

Concatenate Audio?

Post by cborn » Fri Aug 13, 2010 9:34 pm

Is it possible to concatenate externally referenced audio files or audioClilps with Rev code? :?:

bn
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 4003
Joined: Sun Jan 07, 2007 9:12 pm
Location: Bochum, Germany

Re: Concatenate Audio?

Post by bn » Sat Aug 14, 2010 12:15 am

Hi Carly,

I did it a while ago with Trevor Devore's Quicktime External "enhancedQT", it worked well but some coding and getting the syntax right is involved.

you find the external here:

http://www.bluemangolearning.com/revolution/

look for "Revolution Tools" -> external

basically what I did was to have two players, in player 1 I assembled a long audio sequence by copy/paste from player 2 which was loaded with the pertaining audio files by script. Than player 1 was exported as 1 file.

regards
Bernd

Edited to correct the link
Last edited by bn on Tue Aug 17, 2010 11:25 am, edited 1 time in total.

cborn
Posts: 66
Joined: Fri Dec 15, 2006 11:35 pm

Re: Concatenate Audio?

Post by cborn » Mon Aug 16, 2010 3:19 pm

Bernd,

Thanks for the tip. Unfortunately, it doesn't appear that you can download that external any longer. The page is there, but the links are dead.

bn
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 4003
Joined: Sun Jan 07, 2007 9:12 pm
Location: Bochum, Germany

Re: Concatenate Audio?

Post by bn » Mon Aug 16, 2010 3:25 pm

Hi Carly,

I did not try to download, you are right. Trevor migrated his stuff and there are more links that are broken. I will tell him.

regards
Bernd

cborn
Posts: 66
Joined: Fri Dec 15, 2006 11:35 pm

Re: Concatenate Audio?

Post by cborn » Mon Aug 16, 2010 3:27 pm

Oh! I found a copy of the page where the links work!
http://www.bluemangolearning.com/revolu ... rnals/eqt/

I'll give it a go! Thanks!

carly

andyparng
Posts: 14
Joined: Fri Mar 15, 2013 6:00 pm

Re: Concatenate Audio?

Post by andyparng » Mon Sep 23, 2013 7:34 am

bn wrote:Hi Carly,

I did it a while ago with Trevor Devore's Quicktime External "enhancedQT", it worked well but some coding and getting the syntax right is involved.

basically what I did was to have two players, in player 1 I assembled a long audio sequence by copy/paste from player 2 which was loaded with the pertaining audio files by script. Than player 1 was exported as 1 file.

regards
Bernd

Edited to correct the link
Hi Bernd,

I have a similar audio editing need. Just wonder if you still have the stack that you can share with me. Many thanks!

Andy

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am
Location: Palo Alto

Re: Concatenate Audio?

Post by Simon » Mon Sep 23, 2013 7:55 am

Hi Andy,
I just tested the links and they all seem to be working. :D

Simon
Edit: Or were you asking for Bernd's stack?
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

bn
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 4003
Joined: Sun Jan 07, 2007 9:12 pm
Location: Bochum, Germany

Re: Concatenate Audio?

Post by bn » Mon Sep 23, 2013 9:25 am

Hi Andy,

here is a small stack that lets you concatenate 2 audio files. It uses Trevor Devore's quicktime external. See the link. You will have to download and install the external.
The external is amazingly powerful. But you have to get used to the way it works. But there is extensive documentation for it.

The scripts of the stack are commented and some stuff is hardcoded since the stack is more a proof of concept.

See how far you get. Tested with LC 6.1.1 and works.

Kind regards

Bernd
Attachments
audio_mixer.rev.zip
(6.09 KiB) Downloaded 392 times

andyparng
Posts: 14
Joined: Fri Mar 15, 2013 6:00 pm

Re: Concatenate Audio?

Post by andyparng » Mon Sep 23, 2013 10:01 am

Thanks so much Bernd for your prompt reply. You are so helpful and wonderful. :)

Andy

andyparng
Posts: 14
Joined: Fri Mar 15, 2013 6:00 pm

Re: Concatenate Audio?

Post by andyparng » Mon Sep 23, 2013 10:02 am

Thanks for Simon's prompt reply too. You are helping people everywhere in the forums.

Andy

Post Reply

Return to “Multimedia”