Search found 59476 matches
- Sun Jan 13, 2013 4:26 pm
- Forum: Recording Techniques
- Topic: Normalize
- Replies: 8
- Views: 3026
Re: Normalize
I don't want to learn something new after recording 50 LPs and then have to redo them. No matter how much advice you receive or how much reading you do, you will almost certainly get better at digitising your vinyl as you gain experience of "doing" it. waxcylinder's suggestion of starting...
- Sun Jan 13, 2013 1:17 pm
- Forum: Windows
- Topic: Noise Removal Issue
- Replies: 28
- Views: 3530
Re: Noise Removal Issue
Instead of a clean bass line, it sounds like there is an additional noise that goes along with the beat...almost as if there is someone in the background shaking a maraca along with the beat. That sounds like it is probably the hiss which has been removed between the bass notes but not "during...
- Sun Jan 13, 2013 1:03 pm
- Forum: Recording Equipment
- Topic: waveband
- Replies: 1
- Views: 993
Re: waveband
Does this answer your question?
http://forum.audacityteam.org/viewtopic ... 78#p202978
If not, please describe your question in more detail - what exactly are you trying to do?
http://forum.audacityteam.org/viewtopic ... 78#p202978
If not, please describe your question in more detail - what exactly are you trying to do?
- Sun Jan 13, 2013 12:43 pm
- Forum: GNU/Linux and Unix-like
- Topic: How can I make this audio sound even better?
- Replies: 2
- Views: 13853
Re: How can I make this audio sound even better?
You have posted in the Audacity 1.3.x section. The first thing you should do is to upgrade Audacity to the current version (available here: http://audacityteam.org/download/) It is probably not possible to remove the sound of rain because rain is "broadband noise" (noise across a wide freq...
- Sun Jan 13, 2013 12:22 pm
- Forum: Windows
- Topic: Can't Open Audacity
- Replies: 4
- Views: 565
Re: Can't Open Audacity
do you mean restoring windows? Yes. The error code is a rather general one, but suggests that the problem is with a system or driver file that is being used by Audacity. It is unlikely to be a file that is included in Audacity because you have already tried completely replacing Audacity with the la...
- Sat Jan 12, 2013 5:39 pm
- Forum: Nyquist
- Topic: Wet/Dry Modification Please?
- Replies: 3
- Views: 3644
Re: Wet/Dry Modification Please?
adding white noise to audio To "add" white noise we can just use (sim s (noise)), which is the same as (sum s )noise)) For a mono track, this will work: (setq wet 15) ; "wet" as a % (setq wet (/ wet 100.0)) ; convert to ratio - a scale of 0 to 1 (setq dry (- 1 wet)) ; "dry&...
- Sat Jan 12, 2013 5:25 pm
- Forum: macOS
- Topic: hZ finding
- Replies: 3
- Views: 1027
Re: hZ finding
Analyze menu > Plot Spectrum
http://manual.audacityteam.org/o/man/an ... l#spectrum
http://manual.audacityteam.org/o/man/an ... l#spectrum
- Sat Jan 12, 2013 3:38 pm
- Forum: Windows
- Topic: Stereo Mix - "Error opening sound device"
- Replies: 3
- Views: 974
Re: Stereo Mix - "Error opening sound device"
As an educated guess, it sounds like Teamspeak takes exclusive control of your sound card, so "Stereo Mix" is not available to Audacity. I doubt that there is any way to get Audacity to run while Teamspeak is running. You may be able to get more help or clarification on this issue from Tea...
- Sat Jan 12, 2013 3:32 pm
- Forum: Windows
- Topic: Can't Open File
- Replies: 20
- Views: 2903
Re: Can't Open File
How long (time duration) was the recording?YuwillNevano wrote:This recording is one of my biggest recordings that I've done,
Re: DC offset
It is fine to leave it checked (enabled). If the recording has DC offset, the DC offset correction should definitely be used (enabled). If the recording does not have DC offset, then DC offset correction will do no harm (it will do nothing), so the safest setting is to leave it enabled. See here for...