Apply volumne envelope from one track to another

This section is now closed.
Forum rules
Audacity 1.3.x is now obsolete. Please use the current Audacity 2.1.x version.

The final version of Audacity for Windows 98/ME is the legacy 2.0.0 version.
Locked
ramekin
Posts: 10
Joined: Sat Aug 29, 2009 1:23 pm
Operating System: Please select

Apply volumne envelope from one track to another

Post by ramekin » Sat Aug 29, 2009 1:28 pm

Hi. First time on this forum so apologies if this is the wrong place (but I am running unstable Audacity on Windows).

I want to use the volume envelope from one track to another (I think). What I actually need to do is be able to hear one track when someone is speaking but not hear it if they are silent. Is there a tool to do this? I don't think mixing with a vocoder would work, but I could be wrong.

Thanks.

jademan
Forum Crew
Posts: 1171
Joined: Fri Jul 17, 2009 10:11 pm
Operating System: Please select

Re: Apply volumne envelope from one track to another

Post by jademan » Sun Oct 04, 2009 6:10 pm

ramekin,

No. I don't believe so. There is a feature called Time Tracks. It would be interesting to have a concept of a control track, where a control could be used to adjust timing, volume, or possibly even other attributes (eg. pitch, etc.)

I imagine you could go directly into the .aup file and edit the envelope control points. I've never done this myself and I don't know that it would work, but it just might. But don't tell anyone I told you to try this - I might get in trouble. :)

I think this would make a good New Feature suggestion.

ramekin
Posts: 10
Joined: Sat Aug 29, 2009 1:23 pm
Operating System: Please select

Re: Apply volumne envelope from one track to another

Post by ramekin » Sun Oct 04, 2009 6:55 pm

Hi,

Thanks for the reply. I managed to get what I wanted in the end by writing a nyquist script (after intensive Googling) and doing the following:

(mult
(snd-avg (aref s 0) 4100 4100 OP-PEAK)
(aref s 1)
)

Where s 0 is the voice track and s1 is the breathing track (I think it's that way around, I did it a week or so ago now).

Thanks again for replying.

Mat

steve
Site Admin
Posts: 80677
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Apply volumne envelope from one track to another

Post by steve » Sun Oct 04, 2009 7:07 pm

ramekin wrote:I want to use the volume envelope from one track to another (I think). What I actually need to do is be able to hear one track when someone is speaking but not hear it if they are silent.
Could you clarify this. What have you got on which tracks and what do you want to do to which track(s)?

:Edit:

OK - see you've sent a reply while I've been typing. :D
(also found your post on Nabble http://n2.nabble.com/Edit-post-Delete-p ... l#a3596009 )
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

ramekin
Posts: 10
Joined: Sat Aug 29, 2009 1:23 pm
Operating System: Please select

Re: Apply volumne envelope from one track to another

Post by ramekin » Mon Oct 05, 2009 7:01 am

stevethefiddle wrote:
ramekin wrote: (also found your post on Nabble http://n2.nabble.com/Edit-post-Delete-p ... l#a3596009 )
Yes, sorry - I got impatient!

Locked