Search found 59476 matches
- Fri Mar 13, 2009 4:12 pm
- Forum: GNU/Linux and Unix-like
- Topic: Broken click track on 64-bit (*ubuntu 9.10 workaround?)
- Replies: 29
- Views: 6856
Re: Click track broken?
There have been a number of issues with Nyquist. Nyquist is a programming language that is built into Audacity. "Click Track" is accomplished using Nyquist (it is a Nyquist script). The Audacity developers are aware of issues with Click Track and it has now been fixed. The latest version (...
- Fri Mar 13, 2009 4:00 pm
- Forum: Windows
- Topic: I want to increase the loudness
- Replies: 4
- Views: 1944
Re: I want to increase the loudness
"Clipping" is when the top and/or bottom of the waveform get chopped off - it is a nasty kind of distortion that occurs when you try to amplify a sound higher than 0dB. In digital audio, "0dB" is "full scale" - there is no way to increase a signal beyond 0dB. The actual...
- Fri Mar 13, 2009 3:41 pm
- Forum: Windows
- Topic: basic editing of MP3 doesn't work
- Replies: 7
- Views: 437
Re: basic editing of MP3 doesn't work
Which tutorial is recommended. All/any of them. Just find one that looks interesting and try working through it - you will learn a lot about using Audacity by working through any of them. The Audacity 1.2 tutorials are probably the easiest to start with: http://audacityteam.org/manual-1.2/tutorials...
- Fri Mar 13, 2009 3:29 pm
- Forum: General Audio Programming
- Topic: Chord generator
- Replies: 25
- Views: 12825
Re: add a feature (chord generator)
"lowpass8" is a low-pass filter "highpass8 is a high-pass filter (both are documented in the manual). (setq note (scale amp (highpass8 (lowpass8 note freq) freq))))) Working from the innermost "()" (lowpass8 note freq) .... "note" is a sound. This is processed thro...
- Fri Mar 13, 2009 2:53 pm
- Forum: Windows
- Topic: Problems with Adjusting Device Settings
- Replies: 2
- Views: 872
Re: Problems with Adjusting Device Settings
Since it was first posted, I uninstalled then reinstalled Audacity & now it seems to work just fine. Although I'm still unclear as to why Audacity defaults to Windows Sound Mapper & if I should leave it set to that even though I'm actually recording through a Tascam US-122L interface & ...
- Thu Mar 12, 2009 1:53 am
- Forum: Windows
- Topic: Not recording
- Replies: 5
- Views: 362
Re: Not recording
That's the clue we were waiting for.rascalita wrote:Also, at the end of the video you can see that even if I try to turn up the microphone, the volume goes back down by itself.
See here: http://audacityteam.org/forum/viewtopic.php?f=16&t=9006
- Thu Mar 12, 2009 1:50 am
- Forum: Windows
- Topic: Removing Instrumentals from Track
- Replies: 1
- Views: 415
- Thu Mar 12, 2009 12:18 am
- Forum: Audio Processing
- Topic: Recording at lower rpm
- Replies: 1
- Views: 321
Re: Recording at lower rpm
I shouldn't get too hung up about the ".26" . the rotational speed of "78's" was rather approximate as clockwork mechanisms were widely used right up into the 1940's. For "ageing" the recording, the main things are to reduce the frequency response (use a low and high pa...
- Thu Mar 12, 2009 12:10 am
- Forum: Windows
- Topic: basic editing of MP3 doesn't work
- Replies: 7
- Views: 437
Re: basic editing of MP3 doesn't work
There are some good tutorials in the Audacity wiki (see "Tutorials" link at top of page).joethall wrote:I am totally new to Audacity...
- Wed Mar 11, 2009 11:51 pm
- Forum: Audio Processing
- Topic: how to export raw data to Matlab?
- Replies: 11
- Views: 4605
Re: how to export raw data to Matlab?
Here is a Nyquist plug-in that will create a text file with the sample values for the left and right channels of a stereo track. Audacity 1.3 is required. I don't know if this will be any good for Matlab (it's not exactly in the form that you are asking for), but it gives you a text print out of the...