Search found 59476 matches
- Fri Nov 22, 2013 4:40 am
- Forum: Nyquist
- Topic: What the heck is *unbound* ?
- Replies: 3
- Views: 1785
Re: What the heck is *unbound* ?
*SCRATCH* is a special variable in that it survives from one run to the next. This is not a good example of how to use *SCRATCH* but I think it's quite a good example of how '*UNBOUND* works. Try running this code a few times: (print *scratch*) (if (not (boundp '*scratch*)) (setq *scratch* "*sc...
Re: recording
Not enough information.
What are you trying to record?
What equipment are you using?
How is it all connected together?
What settings are you currently using?
What are you trying to record?
What equipment are you using?
How is it all connected together?
What settings are you currently using?
- Fri Nov 22, 2013 4:24 am
- Forum: Nyquist
- Topic: What the heck is *unbound* ?
- Replies: 3
- Views: 1785
Re: What the heck is *unbound* ?
*unbound* is a system constant that is equivalent to "no value". Normally if you use LET, SETQ or SETF, you are binding a symbol (or field) to a value, but with (SETQ x '*UNBOUND*) you are doing the opposite - you are binding to "no value", or to put it another way you are "...
- Fri Nov 22, 2013 2:30 am
- Forum: Nyquist
- Topic: Automatic removal of mouth smacks, again
- Replies: 42
- Views: 21176
Re: Automatic removal of mouth smacks, again
I think that is what we're aiming forkozikowski wrote:If you do manage to resolve all that, you will be a hero to plucking tongue snappers everywhere.
- Fri Nov 22, 2013 1:51 am
- Forum: Nyquist
- Topic: Automatic removal of mouth smacks, again
- Replies: 42
- Views: 21176
Re: Automatic removal of mouth smacks, again
By the way, that is not a criticism of the excellent work that you have done.
- Fri Nov 22, 2013 1:49 am
- Forum: Windows
- Topic: Installing 2.0.5
- Replies: 4
- Views: 391
Re: Installing 2.0.5
You can check which version you are actually running by looking in Audacity's Help menu > About Audacity,
- Fri Nov 22, 2013 1:47 am
- Forum: Nyquist
- Topic: Automatic removal of mouth smacks, again
- Replies: 42
- Views: 21176
Re: Automatic removal of mouth smacks, again
By way of comparison, this is the "Repair" effect (before and after):
- Thu Nov 21, 2013 8:25 pm
- Forum: Windows
- Topic: Volume of recording
- Replies: 2
- Views: 660
Re: Volume of recording
Why is that?Neophron wrote:the volume is in the parts of recording different
- Thu Nov 21, 2013 7:35 pm
- Forum: Recording Equipment
- Topic: Headphones (1Hz)?
- Replies: 5
- Views: 2487
Re: Headphones (1Hz)?
You need a low pass filter to filter out the rustling.kozikowski wrote:http://www.antiquealive.com/masters/Han ... _Fans.html
Not known for is sound quality.
Here's another one, but you need to ignore the sound of the clock:

- Thu Nov 21, 2013 7:31 pm
- Forum: macOS
- Topic: using two copies of Audacity simultaneously
- Replies: 9
- Views: 1968
Re: using two copies of Audacity simultaneously
Audacity doesn't natively use every possible hardware shortcut and speed pipe No, but Audacity does not deliberately export slowly either. One part of the system will be working flat out and the rest will be doing what is necessary. On a fast multi-processor machine it could be that one processor i...