Search found 59476 matches
- Tue Aug 07, 2018 11:36 am
- Forum: Windows
- Topic: Mathematics on 2 different channels
- Replies: 6
- Views: 235
Re: Mathematics on 2 different channels
If you have further questions about Nyquist (I expect you will
), there is a forum board specifically for discussing Nyquist: viewforum.php?f=39
- Tue Aug 07, 2018 9:56 am
- Forum: Windows
- Topic: a question about record 78s with audicity
- Replies: 5
- Views: 252
Re: a question about record 78s with audicity
Audacity works in its own "project" format. A saved Audacity project has a "project file" (with a file extension of ".aup") and a folder that is named ending in "_data". The "_data" folder contains audio data as lots of little ".au" files. ...
- Tue Aug 07, 2018 8:53 am
- Forum: Windows
- Topic: Audacity Guru required - Chains not doing anything.
- Replies: 2
- Views: 130
Re: Audacity Guru required - Chains not doing anything.
Seems like you have worked it all out, but to fill in a few details for other readers: Audacity does not act directly on audio "files". When working with files, Audacity acts on a copy of the audio data that is "imported" from the file. Similarly, to save the audio data from an A...
- Tue Aug 07, 2018 8:34 am
- Forum: Windows
- Topic: Mathematics on 2 different channels
- Replies: 6
- Views: 235
Re: Mathematics on 2 different channels
do I have to refer to LISP or SAL? Personally I use, and prefer, LISP syntax. SAL is a syntax layer on top of LISP that is said to look more familiar to people that are accustomed to C / C++ languages, but I had zero experience in such languages when I started using Nyquist. In fact my only program...
- Tue Aug 07, 2018 8:04 am
- Forum: macOS
- Topic: Adjustable Fade Error
- Replies: 8
- Views: 546
Re: Adjustable Fade Error
What is the error?
Which version of Audacity?
- Mon Aug 06, 2018 11:14 pm
- Forum: Windows
- Topic: Boost & Sweep EQ
- Replies: 3
- Views: 351
Re: Boost & Sweep EQ
If you search with your favourite search engine, there are several free VST parametric filters that will probably do what you want, because VST effects in Audacity have "real-time preview". Try searching for "free parametric vst".
- Mon Aug 06, 2018 9:49 pm
- Forum: Nyquist
- Topic: Notch filter with loop
- Replies: 45
- Views: 6868
Re: Notch filter with loop
So, in the code, it says: (do* ((hz fc (+ hz fc))) ((>= hz (/ *sound-srate* 2)) sig) ;(format t "Frequency ~a~%" hz) (setf sig (eq-band sig hz gain width)))) (if (= normalize 0) (normalize (equalize S) level) Please post the full code that you are having trouble with, and use the code tag...
- Mon Aug 06, 2018 9:38 pm
- Forum: Audio Processing
- Topic: Internals of Equalization
- Replies: 10
- Views: 826
- Mon Aug 06, 2018 9:13 pm
- Forum: New Plug-Ins
- Topic: How do I install a new plugin?
- Replies: 1
- Views: 436
Re: How do I install a new plugin?
Assuming that you are using Audacity 2.2.2, see here: https://wiki.audacityteam.org/wiki/Down ... ns#install
- Mon Aug 06, 2018 9:10 pm
- Forum: Windows
- Topic: Pitch control not working. Munchkin effect
- Replies: 3
- Views: 175
Re: Pitch control not working. Munchkin effect
Are you referring to the "Transcription Toolbar" https://manual.audacityteam.org/man/tra ... olbar.html
or to the "Change Pitch" effect: https://manual.audacityteam.org/man/change_pitch.html
or something else?