Search found 59476 matches
- Wed Sep 04, 2013 3:40 am
- Forum: Windows
- Topic: Warning box re. Audacity file upon booting computer
- Replies: 4
- Views: 829
Re: Warning box re. Audacity file upon booting computer
idqbe32.dll is NOT part of Audacity. I'd recommend that you run a boot-time anti-virus scan of your entire computer before you do anything else. This should be a full depth scan, not just a quick scan. It will probably take several hours to complete. If Norton says that your computer is clean, delet...
- Wed Sep 04, 2013 3:27 am
- Forum: Windows
- Topic: change dither to none? in quality settings?
- Replies: 40
- Views: 9400
Re: change dither to none? in quality settings?
Try this: 1) Open Audacity. 2) Generate menu > Silence. Generate 6 seconds of silence. 3) Export as silence1.flac (Click the "Options" button to ensure that the FLAC exporter is set to 16 bit). 4) Export as silence2.wav (16 bit Microsoft PCM WAV) 5) Play the exported files - do you hear a ...
- Wed Sep 04, 2013 3:05 am
- Forum: Windows
- Topic: Need assistance with recording multiple inputs
- Replies: 6
- Views: 1018
Re: Need assistance with recording multiple inputs
Not by right-click > Properties over the mic? Not by any means. I even tried reading the manual :shock: :evil: Skype seems to want exclusive access to the sound device. Yes, but that is how it manages to achieve a high rate of "works out of the box" success. There are plentiful opportunit...
- Wed Sep 04, 2013 2:57 am
- Forum: Audio Processing
- Topic: cutting and pasting between files and fades....
- Replies: 10
- Views: 5053
Re: cutting and pasting between files and fades....
Exporting as FLAC or WAV or AIFF are fine. They are all "lossless" formats. Avoid using MP3, Ogg, WMA, AAC or other "lossy" formats whenever possible - these formats can be useful for creating smaller files for the Internet or for portable music players, but while working on the ...
- Wed Sep 04, 2013 2:53 am
- Forum: Audio Processing
- Topic: cutting and pasting between files and fades....
- Replies: 10
- Views: 5053
Re: cutting and pasting between files and fades....
WAV files are a lot more robust than Audacity projects. With projects you need to take great care that the _data folder remains with the .aup file and neither of them should be renamed. If you're not sure what I'm talking about, read this article: http://manual.audacityteam.org/o/man/audacity_projec...
Re: Volume
"Amplification" is usually thought of as "making something louder", but you can actually "amplify" by a negative amount so as to make the audio quieter. In the Amplify effect, enter a negative number in the "Amplification (dB)" control to make the selection qu...
- Wed Sep 04, 2013 2:39 am
- Forum: Plug-in Archive
- Topic: New plug-in effect - PopMute
- Replies: 105
- Views: 70379
Re: New plug-in effect - PopMute
Yes, you're right DickN. I was looking at the code from an earlier version. I must have changed my mind about a set "floor" level but not changed the help text. "Mute Level" is the gain when the gate is closed (which is also the level that a 0 dB pop will be after processing). Wh...
- Wed Sep 04, 2013 1:27 am
- Forum: Windows
- Topic: Need assistance with recording multiple inputs
- Replies: 6
- Views: 1018
Re: Need assistance with recording multiple inputs
I tested the Skype Call Recorder on the echo test and it works rather well. Thanks for letting us know. I've used it on Linux and it worked well. Good to know that it works on Windows too. Unless recent Skype prevents Audacity using the sound device, it should still work given Audacity can choose s...
- Tue Sep 03, 2013 10:23 pm
- Forum: Audio Processing
- Topic: 1960s-style reverb
- Replies: 9
- Views: 4180
Re: 1960s-style reverb
Audacity 2.0.4 is due to be released very soon. GVerb has been replaced by a new built-in reverb effect (called "Reverb" surprisingly :P) The new reverb effect is a true stereo reverb (also compatible with mono tracks), has built-in presets, supports user presets, and is vastly better than...
- Tue Sep 03, 2013 9:40 pm
- Forum: Audio Processing
- Topic: Change Trim End plug-in into Trim Start?
- Replies: 6
- Views: 2046
Re: Change Trim End plug-in into Trim Start?
I'm guessing that you are trying to apply that plug-in code to a stereo track? "extract" can only work on a "sound" (mono). A good way to debug these sort of things, when there are no user controls, is to run the active part of the code in the Nyquist Prompt effect (http://manual...