Search found 59476 matches

by steve
Sun Aug 22, 2010 5:41 pm
Forum: Windows
Topic: Sudden Static Issue
Replies: 3
Views: 476

Re: Sudden Static Issue

Do you hear the "static" if you use the Solo/Mute buttons to play just one track at a time? Does your project contain the original tracks AND a mixed down track? Could this "static" be caused by "distortion"? When you hear the "static" can you also hear the mu...
by steve
Sun Aug 22, 2010 2:52 pm
Forum: Mac OS X
Topic: I want to make several short mp3 recordings
Replies: 4
Views: 791

Re: I want to make several short mp3 recordings

I don't want to keep repeating clicking on 'file export' You could use "Export Multiple". This will Export multiple files based on either "labels" or one file per Audacity track. http://manual.audacityteam.org/index.php?title=Export_Multiple I don't want to keep repeating clicki...
by steve
Sun Aug 22, 2010 2:43 pm
Forum: Windows
Topic: Problems with "Import MIDI"
Replies: 1
Views: 556

Re: Problems with "Import MIDI"

Audacity does not support playing MIDI files. MIDI files do not contain "audio" - they are just a list of instructions that tell a synthesizer which notes to play. http://en.wikipedia.org/wiki/Musical_Instrument_Digital_Interface The only MIDI support that is currently implemented is displ...
by steve
Sun Aug 22, 2010 2:42 pm
Forum: Windows
Topic: how to remove my voice
Replies: 1
Views: 217

Re: how to remove my voice

If both voices are talking at the same time, then you can't do it.
If the voices are talking in turn, then try using the "Compressor" effect.
by steve
Sun Aug 22, 2010 2:19 pm
Forum: Audio Processing
Topic: Chris's Compressor effect on CD burns???
Replies: 12
Views: 1832

Re: Chris's Compressor effect on CD burns???

I've also only used the Audacity plug-in version. It could perhaps be a file format issue. Are you using 16 bit stereo 44.1kHz WAV files throughout the process? If it's not to do with that, then I'd suggest that you either try the plug-in version (which we may be able to help with), or ask Chris abo...
by steve
Sun Aug 22, 2010 2:13 pm
Forum: Windows
Topic: Advice on Compressor Effect?
Replies: 10
Views: 1424

Re: Advice on Compressor Effect?

Try the Hard Limiter. A "Limiter" is certainly the right effect for the job, though I think that the "Hard Limiter" effect will probably be a bit too aggressive. There is a more refined Limiter called "Fast Lookahead Limiter" by Steve Harris which I believe is availabl...
by steve
Sun Aug 22, 2010 2:02 pm
Forum: Windows
Topic: Tracks Menu as indicated in the tutorial?
Replies: 2
Views: 420

Re: Tracks Menu as indicated in the tutorial?

but I have no "tracks" menu on my version 1.2.6 You are looking at the wrong manual. Here is the Audacity 1.2.x manual: http://audacityteam.org/manual-1.2/ Functionality in Audacity 1.2.6 is very limited compared to 1.3.12. I would highly recommend upgrading to Audacity 1.3.12. You can do...
by steve
Sun Aug 22, 2010 1:55 pm
Forum: Recording Techniques
Topic: embedded browser
Replies: 1
Views: 508

Re: embedded browser

A similar question has been raised on the developers mailing list in the past. The developers are very reluctant to add any type of web integration into Audacity because it opens up a huge can of worms regarding security issues. For any internet security issues the Audacity developers can say with c...
by steve
Sun Aug 22, 2010 1:48 pm
Forum: GNU/Linux and Unix-like
Topic: Display corruption
Replies: 2
Views: 705

Re: Display corruption

I'm using "Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)" on Ubuntu 9.04 with Compiz. I can't replicate it on Ubuntu 10.04 (800 x 600 resolution) or Windows 7 (1024 x 768). I can't replicate it on Windows XP. Since posting I have noticed some minor displ...
by steve
Sun Aug 22, 2010 1:32 pm
Forum: Audio Processing
Topic: Multiple notches with Nyquist prompt?
Replies: 23
Views: 12442

Re: Multiple notches with Nyquist prompt?

I would like to point out that the first try worked in Audacity 1.3 but not Audacity 1.2 because the 1.3 version of the Nyquist prompt will process multiple channels with code that is written for one channel. It is no longer necessary to test for an array. That's a very good point Stephen, but wort...