Discussion:
[Audacity-users] Multiplying two audio tracks together
RT
2016-03-27 22:19:08 UTC
Permalink
I now we can combine two tracks together but can we multiply two tracks
together if so how?

Thanks
Steve the Fiddle
2016-03-27 22:42:29 UTC
Permalink
Post by RT
I now we can combine two tracks together but can we multiply two tracks
together if so how?
If they are both mono tracks, you can:

1) Join the two mono tracks to make one stereo track
See: http://manual.audacityteam.org/o/man/splitting_and_joining_stereo_tracks.html

2) Run the following code in the Nyquist Prompt effect:
(mult (aref *track* 0)(aref *track* 1))
See:http://manual.audacityteam.org/o/man/nyquist_prompt.html

3) Split the stereo track into 2 mono tracks.
See first link.

Steve
Post by RT
Thanks
------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785351&iu=/4140
*********** ASKING FOR HELP *************
When asking for help on this list, please include the following information,
so we can
* What operating system you are using (for example, Windows XP or Mac OS X
10.5.1)
* Exactly what three digit version number of Audacity you are using (Help >
About
Audacity, or Audacity > About Audacity on a Mac computer)
* If this is a recording problem, what equipment you are recording with, and
how is it
connected to the computer?
https://lists.sourceforge.net/lists/listinfo/audacity-users
------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785351&iu=/4140
*********** ASKING FOR HELP *************

When asking for help on this list, please include the following information, so we can
help you properly:

* What operating system you are using (for example, Windows XP or Mac OS X 10.5.1)

* Exactly what three digit version number of Audacity you are using (Help > About
Audacity, or Audacity > About Audacity on a Mac computer)

* If this is a recording problem, what equipment you are recording with, and how is it
connected to the computer?

Mailing list: Audacity-***@lists.sourceforge.net
To UNSUBSCRIBE, use the form at the bottom of this web page:
https://lists.sourceforge.net/lists/listinfo/audacity-users

Continue reading on narkive:
Loading...