Search found 4 matches
- Tue Jun 24, 2014 6:43 pm
- Forum: Windows
- Topic: Analysing Volume [SOLVED]
- Replies: 5
- Views: 1224
Re: Analysing Volume
Thanks everyone, Analyze->Contrast worked good.
- Sun Jun 22, 2014 10:46 am
- Forum: Windows
- Topic: Analysing Volume [SOLVED]
- Replies: 5
- Views: 1224
Analysing Volume [SOLVED]
Hi,
i'm looking for a way to find the minimum, maximum and average volume of a track. I already find the displayform "Waveform (dB)" for tracks, but i need exact values. Is this possible in audacity?
I want to compare two tracks and analyse which one is louder/how much louder (%)
Scree
i'm looking for a way to find the minimum, maximum and average volume of a track. I already find the displayform "Waveform (dB)" for tracks, but i need exact values. Is this possible in audacity?
I want to compare two tracks and analyse which one is louder/how much louder (%)
Scree
- Fri May 16, 2014 7:53 am
- Forum: Nyquist
- Topic: Switching between two traks
- Replies: 3
- Views: 2613
Re: Switching between two traks
Thanks, that helps a lot. My plugin now looks like this ;nyquist plug-in ;version 3 ;type process ;name "mixer" ;action "doing stuff" ;control interval "Interval" real "sec" 1 0.001 180 ;control inv "Inverse" int "off" 1 -1 1 "on" (setq hz (/ 1.0 interval)) (mult s (sum 0.5 (mult (mult inv 0.5) (osc...
- Wed May 14, 2014 9:57 pm
- Forum: Nyquist
- Topic: Switching between two traks
- Replies: 3
- Views: 2613
Switching between two traks
Hi, i'm new to nyquist. I need a plugin which switches between two tracks every x seconds. For example i have one track with aaabbbbbaa and anotherone cddddccddd and it switches every second to a_a_b_b_a_ _d_d_c_d_d __________ adadbcbdad i hope you understand what i mean, my english is not the best ...