Out of interest, you said that you knew the coefficients were correct - I was wondering how you worked them out.
Search found 59476 matches
- Mon Feb 20, 2012 3:34 am
- Forum: Nyquist
- Topic: Cascade Filter (recursive function) - Help
- Replies: 7
- Views: 3610
Re: Cascade Filter (recursive function) - Help
I've run into the same sort of problem myself and spent hours and hours trying to work out why it didn't work. 
Out of interest, you said that you knew the coefficients were correct - I was wondering how you worked them out.
Out of interest, you said that you knew the coefficients were correct - I was wondering how you worked them out.
- Mon Feb 20, 2012 1:32 am
- Forum: Windows
- Topic: Vertical order of displayed tracks
- Replies: 2
- Views: 624
Re: Vertical order of displayed tracks
The vertical order of the tracks has no affect on the sound.
Pleased to hear you're enjoying using Audacity
Pleased to hear you're enjoying using Audacity
- Sun Feb 19, 2012 10:37 pm
- Forum: Mac OS X
- Topic: no audio being recorded
- Replies: 7
- Views: 3269
Re: no audio being recorded
Topic moved to the Audacity 1.3 > Mac OS X forum.
- Sun Feb 19, 2012 10:36 pm
- Forum: Audio Processing
- Topic: Remove glitch
- Replies: 10
- Views: 5239
Re: Remove glitch
Is it possible to create macros with audacity. Let's say I select from 00:00:00+0samples to 00:00:00+128 samples and I apply the repair tool. Then I select the next 128 samples and I apply the repair tool again No that isn't possible, but even if it were it would not work. The Repair effect just &q...
- Sun Feb 19, 2012 8:38 pm
- Forum: Windows
- Topic: two different tracks at the same time
- Replies: 7
- Views: 1194
Re: two different tracks at the same time
Pan the microphone all the way to the left.
Pan the guitar all the way to the right.
Record as a 2 channel stereo track.
After you have recorded:
Click on the name of the stereo track and from the drop down menu select "Split Stereo to Mono".
Pan the guitar all the way to the right.
Record as a 2 channel stereo track.
After you have recorded:
Click on the name of the stereo track and from the drop down menu select "Split Stereo to Mono".
- Sun Feb 19, 2012 7:38 pm
- Forum: Windows
- Topic: two different tracks at the same time
- Replies: 7
- Views: 1194
Re: two different tracks at the same time
How are you wanting to record the guitar?
Do you have a mixing desk with "Pan" controls?
What sort of sound card do you have?
What sort of mic are you using for the vocals?
Do you have a mixing desk with "Pan" controls?
What sort of sound card do you have?
What sort of mic are you using for the vocals?
- Sun Feb 19, 2012 7:35 pm
- Forum: Mac OS X
- Topic: no audio being recorded
- Replies: 7
- Views: 3269
Re: no audio being recorded
Which version of Audacity? (See: "Help menu > About Audacity")
What sort of Mac?
What sort of Mac?
Re: authorize
Audacity does not require any form of registration. The official download location provides the fully functional version of Audacity http://audacityteam.org/download/beta_mac Audacity is completely free, though if you wish to make a financial donation, the official donation page is here: http://auda...
- Sun Feb 19, 2012 6:58 pm
- Forum: Nyquist
- Topic: Cascade Filter (recursive function) - Help
- Replies: 7
- Views: 3610
Re: Cascade Filter (recursive function) - Help
There's two problems. The first is a minor coding error - you've forgotten to set s1 to the evaluated value on each iteration. After running: (if (<= i 0) (biquad s1 b0 b1 b2 a0 a1 a2) (biquad (cascade s1 (- i 1) n coeffs) b0 b1 b2 a0 a1 a2) "s1" is unchanged, whereas: (setf s1 (biquad s1 ...
- Sun Feb 19, 2012 4:10 pm
- Forum: Audio Processing
- Topic: Remove glitch
- Replies: 10
- Views: 5239
Re: Remove glitch
You can repair the glitches one by one using the Repair tool, but as there are hundreds of them it will take infinite patience and a long time to do.
http://manual.audacityteam.org/man/Repair
http://manual.audacityteam.org/man/Repair