Search found 6404 matches

by Trebor
Thu Feb 16, 2017 4:10 pm
Forum: Windows
Topic: Is there a way to fix MorphVox Pro colateral robotic voice?
Replies: 2
Views: 4103

Re: Is there a way to fix MorphVox Pro colateral robotic voi

TheHierophant wrote:When a voice is changed using MorphVox Pro it sometimes becomes robotic ...
Apparently MorphVox Pro has "Voice doctor" learning-mode which makes it less robotic ...
https://www.youtube.com/watch?v=ztNBCEq8rxQ#t=2m6s
[ I've never used it myself though ]
by Trebor
Thu Feb 16, 2017 3:38 pm
Forum: Nyquist
Topic: Adding sounds, numbers and vectors
Replies: 4
Views: 1744

Re: Adding sounds, numbers and vectors

Thanks Steve, that's fixed the asymmetry.
( I would never have deciphered the syntax myself )
by Trebor
Wed Feb 15, 2017 7:55 pm
Forum: Nyquist
Topic: Adding sounds, numbers and vectors
Replies: 4
Views: 1744

Re: Adding sounds, numbers and vectors

... To create an array of sounds, we can either declare the array first, and then add the sounds, Example: (setf stereo (make-array 2)) (setf (aref stereo 0) (hzosc 200)) (setf (aref stereo 1) (hzosc 440)) stereo ;return the value of this variable I've tried that : processing each channel separatel...
by Trebor
Tue Feb 14, 2017 5:36 pm
Forum: Windows
Topic: equalizer with feedback effect
Replies: 11
Views: 1011

Re: equalizer with feedback effect

If I only use "clip" once then the code works as-expected (symmetrically) on stereo ... ;version 4 (setq A1 (hzosc 0.090909)) (setq A2 (hzosc 0.052631)) (setq A3 (hzosc 0.034482)) (setq A4 (hzosc 0.024390)) (setq P 0.05) ; Recommend P<0.08 (clip (sim (mult A1 -0.5) (mult A2 -0.5) (mult A3 ...
by Trebor
Tue Feb 14, 2017 8:16 am
Forum: GNU/Linux
Topic: Is there an easier way to analyze periodic spikes?
Replies: 7
Views: 1059

Re: Is there an easier way to analyze periodic spikes?

I eventually figured it out by excerpting a single second and raising 'Size' in 'Spectrum Analysis' to 4096. This revealed 43 Hz as the most-common frequency ... ATTACHMENTS 20170211_Second_420.wav (187.78 KiB) On that recording the fundamental frequency is ~37Hz ... ''20170211_Second_420'' = 36,5H...
by Trebor
Tue Feb 14, 2017 3:38 am
Forum: Windows
Topic: equalizer with feedback effect
Replies: 11
Views: 1011

Re: equalizer with feedback effect

Variations ... ;version 4 (setq A1 (hzosc 0.090909)) (setq A2 (hzosc 0.052631)) (setq A3 (hzosc 0.034482)) (setq A4 (hzosc 0.024390)) (setq P 0.07) ; Recommend P<0.15 (clip (sim (mult A1 -0.5) (mult A2 -0.5) (mult A3 -0.5) (mult A4 -0.5) (clip (mult (sum 0.5 (feedback-delay *track* 0.00502512 (* 11 ...
by Trebor
Mon Feb 13, 2017 4:32 am
Forum: Windows
Topic: Pan slider has disappeared [SOLVED]
Replies: 2
Views: 581

Re: Pan slider has disappeared

KatyS wrote:... the pan-slider has vanished ...
Adjusting the height of the track can make the pan-slider disappear ...
Pan slider disappears.gif
Pan slider disappears.gif (304.87 KiB) Viewed 578 times
by Trebor
Mon Feb 13, 2017 3:21 am
Forum: Windows
Topic: equalizer with feedback effect
Replies: 11
Views: 1011

Re: equalizer with feedback effect

FeedBug is a free feedback VST for windows users
by Trebor
Sun Feb 12, 2017 10:14 pm
Forum: macOS
Topic: Dim volume under vocal over audio track (for radio show)...
Replies: 4
Views: 434

Re: Dim volume under vocal over audio track (for radio show)

ReggaeBoy wrote:... Does anyone know how to create a mix of a vocal and audio track, so that when the vocal is active, it dims the volume of the audio track whilst playing?
Sounds like a job for AutoDuck.
by Trebor
Sun Feb 12, 2017 4:37 pm
Forum: Windows
Topic: Audacity buttons mess up.
Replies: 21
Views: 3336

Re: Audacity buttons mess up.

Occasionally I get that ...

Image
http://forum.audacityteam.org/viewtopic ... 10#p300110

Reset toolbars fixes it.