Search found 59476 matches
- Sun Feb 06, 2011 1:22 pm
- Forum: Windows
- Topic: Waveform Clipping
- Replies: 7
- Views: 1567
Re: Waveform Clipping
Uninstalling Audacity won't fix the problem because the problem is not in Audacity. The problem is that either the input signal is just too hot (too big a signal going into the Analogue to Digital converters) or Vista is messing with the sound. The first of these can happen if the vinyl has been rec...
- Sun Feb 06, 2011 1:10 pm
- Forum: General Feedback and Discussion
- Topic: Real time recording
- Replies: 12
- Views: 4356
Re: Real time recording
Why are you using a low sample rate for the recording?
- Sun Feb 06, 2011 1:05 pm
- Forum: Audio Processing
- Topic: Export with external encoder examples.
- Replies: 2
- Views: 8686
Export with external encoder examples.
Audacity 1.3 is able to export through external encoders such as LAME and SoX using an option in the Export menu. An overview of this is described in the manual http://manual.audacityteam.org/man/Exporting_to_an_External_Program Here's the examples of Command Line export options from the Audacity ma...
- Sun Feb 06, 2011 11:36 am
- Forum: Windows
- Topic: MP3 compression?
- Replies: 6
- Views: 3622
Re: MP3 compression?
There doesn't seem to be a setting for a mono MP3 file. Correct. If you export a mono track it makes no difference if the Lame encoding options are set to "Joint Stereo" or "Stereo". If the Exported mix from Audacity has 1 channel (mono), Lame will produce a mono file. If the Ex...
- Sun Feb 06, 2011 11:17 am
- Forum: Windows
- Topic: Error not well formed (invalid token) line 7
- Replies: 15
- Views: 2635
Re: Error not well formed (invalid token) line 7
What program are you using to edit the file?
- Sun Feb 06, 2011 4:00 am
- Forum: Windows
- Topic: too low sound
- Replies: 1
- Views: 326
Re: too low sound
We've really got no idea what you are doing or what your set-up is.
What sort of sound card? What sort of microphone? How are you recording? Where is the microphone in relation to you? Singing, talking, whispering, shouting?
You need to describe what and how because we can't see you.
What sort of sound card? What sort of microphone? How are you recording? Where is the microphone in relation to you? Singing, talking, whispering, shouting?
You need to describe what and how because we can't see you.
- Sun Feb 06, 2011 3:58 am
- Forum: Windows
- Topic: MP3 compression?
- Replies: 6
- Views: 3622
Re: MP3 compression?
There is always some loss of sound quality when you compress as MP3. The more you compress, the smaller the file size but the lower the sound quality. It's a trade-off, "file size" : "sound quality". Audacity is set by default to produce reasonable quality stereo music, hence the...
- Sun Feb 06, 2011 3:51 am
- Forum: Windows
- Topic: Static starts at second 26 when recording
- Replies: 11
- Views: 1402
Re: Static starts at second 26 when recording
Does the microphone have a USB plug on it?
- Sun Feb 06, 2011 3:49 am
- Forum: Windows
- Topic: duuuuumb beginner question
- Replies: 2
- Views: 564
Re: duuuuumb beginner question
Audacity 1.2 does not support WMA files. You need Audacity 1.3.12 and FFMpeg. (see links below) http://audacityteam.org/download/ http://manual.audacityteam.org/index.php?title=FAQ:Installation_and_Plug-Ins#installffmpeg If the problem with no sound persists after upgrading Audacity, please give det...
- Sun Feb 06, 2011 1:53 am
- Forum: Windows
- Topic: Merge Multiple Tracks
- Replies: 1
- Views: 681
Re: Merge Multiple Tracks
If they are all the same format you can join them end-to-end using SoX http://sox.sourceforge.net/ The command would be of the form: sox file-1 file-2 file-3 .... file-n output-file For example if you had 3 files called "file1.wav" "file2.wav" "file3.wav" then you could...