Search found 59476 matches
Re: Editing
When I use the z key (zero crossings), the waveforms rarely match up. What am I doing wrong? "Z" (find zero crossing) can only work reliably with mono tracks. On stereo tracks the zero crossing points may be in different places, so the effect just does the best it can. For stereo tracks y...
- Tue Jun 03, 2014 1:41 pm
- Forum: Windows
- Topic: Multi trim a cd audio track
- Replies: 1
- Views: 354
Re: Multi trim a cd audio track
trying to edit a Cd audio Track , trim several sections from it , and rejoin the remainder as a contiguous track. There are lots of ways to streamline this process, but here's a basic procedure: 1) Rip (digitally extract) the audio from the CD in WAV format. "CDex" is a good, free CD ripp...
- Tue Jun 03, 2014 1:32 pm
- Forum: Windows
- Topic: Which effects did i add???
- Replies: 3
- Views: 240
Re: Which effects did i add???
While the Audacity project is still open you can look in "View > History".
Once the project is closed you are down to whatever you can remember, unless you wrote it down.
Once the project is closed you are down to whatever you can remember, unless you wrote it down.
- Tue Jun 03, 2014 1:30 pm
- Forum: Audiobook Production
- Topic: Fledgling voice artist seeking counsel.
- Replies: 384
- Views: 63436
Re: Fledgling voice artist seeking counsel.
Here's some rough and ready Nyquist code for a "radio effect": (apply to a reasonably short MONO track using the "Nyquist Prompt" effect) ;; Bad AM Radio (defun bandpass (sig minhz maxhz) (lowpass4 (highpass4 sig minhz) maxhz)) (defun modnoise (dur) (let ((dur (+ 20 dur))) (clip ...
- Mon Jun 02, 2014 10:47 pm
- Forum: Windows
- Topic: cut and paste
- Replies: 4
- Views: 495
Re: cut and paste
No it doesn't, but once the tracks are aligned it is quite easy to slide the tracks along a bit with the Time Shift tool (and then apply fade out/in if required).Gale Andrews wrote:Does Tracks > Align End to End do crossfading of the joins?
- Mon Jun 02, 2014 9:26 pm
- Forum: Windows
- Topic: Help please
- Replies: 3
- Views: 224
Re: Help please
See if this article fills in the knowledge gaps: http://manual.audacityteam.org/o/man/bu ... _a_cd.html
- Mon Jun 02, 2014 9:19 pm
- Forum: Audio Processing
- Topic: Transposing creates warble unpleasant sound!
- Replies: 1
- Views: 680
Re: Transposing creates warble unpleasant sound!
If you're using "Change Pitch" to transpose the music, try using Sliding Time Scale / Pitch Shift instead. http://manual.audacityteam.org/o/man/sl ... shift.html
- Mon Jun 02, 2014 12:14 pm
- Forum: Windows
- Topic: Importing LPCM tracks - Silence added to beginning
- Replies: 2
- Views: 301
Re: Importing LPCM tracks - Silence added to beginning
Where did the files come from?jazzcat wrote:Audacity adds about a minute of silence at the beginning of every LPCM multitrack file I add.
What is the full format of these files?
How (exactly) are you importing them?
- Mon Jun 02, 2014 2:49 am
- Forum: Windows
- Topic: what if you dont have noise remover audacity
- Replies: 3
- Views: 259
Re: what if you dont have noise remover audacity
Which version of Audacity? (look in "help > About Audacity")rocket98 wrote:well I have the latest version of audacity on windows
Which version of Windows?
- Sun Jun 01, 2014 8:13 pm
- Forum: Windows
- Topic: Silence plays as 'hiss' or quiet white noise
- Replies: 4
- Views: 391
Re: Silence plays as 'hiss' or quiet white noise
There was a bug in Audacity could cause noticeable noise in exported stereo files, which was fixed in September 2013. Please update to the current version of Audacity (2.0.5) which is available here: http://audacityteam.org/download/ Note that it is normal for "silence" to not remain absol...