Search found 59476 matches

by steve
Sun Feb 07, 2010 10:33 pm
Forum: Windows
Topic: Recording Sounds like an Echo Chamber
Replies: 7
Views: 4737

Re: Recording Sounds like an Echo Chamber

If you play sounds with other applications (for example Windows Media Player) does it still sound like it's in an echo chamber? There will probably be a loudspeaker icon near the time/date on your Desktop. Open it up and find the Recording settings section. Make sure that the recording source is set...
by steve
Sun Feb 07, 2010 10:28 pm
Forum: Windows
Topic: Unable to record radio programmes
Replies: 3
Views: 460

Re: Unable to record radio programmes

There's a similar question a few posts down, but I didn't want to hijack it. Thanks - multiple questions in the same thread get very confusing. Error while opening sound device. Please check the input device settings and the project sample rate. You need to set the recording source for you computer...
by steve
Sun Feb 07, 2010 10:24 pm
Forum: General Feedback and Discussion
Topic: Help with burning a CD from audacity files
Replies: 7
Views: 2681

Re: Help with burning a CD from audacity files

An "audio CD" is a CD that will play in a CD player. A "data" CD is a CD that contains computer data - it will not play in most CD players even if it contains audio files because it is not in the audio CD format. You cannot make an audio CD directly from an Audacity Project. You ...
by steve
Sun Feb 07, 2010 9:18 pm
Forum: General Feedback and Discussion
Topic: Help with burning a CD from audacity files
Replies: 7
Views: 2681

Re: Help with burning a CD from audacity files

toddpressman wrote:then clicked on the burn icon.
What "burn icon"?
What operating system are you using?
What CD burning program are you using?
Audacity does not burn CDs
by steve
Sun Feb 07, 2010 8:01 pm
Forum: Audio Processing
Topic: Edit Markers
Replies: 3
Views: 656

Re: Edit Markers

Play at x1 and press SHIFT+A to stop playback - puts cursor near the correct place. Use the mouse pointer and the "B" key to play the section between the playback cursor and the mouse pointer. Various ways to adjust the playback cursor position. Usually I just use Ctrl+wheel to zoom in/out...
by steve
Sun Feb 07, 2010 7:25 pm
Forum: Compiling Audacity
Topic: Solved - audacity fails to configure due to libmad
Replies: 6
Views: 3651

Re: audacity fails to configure due to libmad

I'm on Ubuntu and the package names on Ubuntu are: "libmad0" and "libmad0-dev" On Ubuntu the -dev file is required when compiling applications that use it. As it says in the Audacity wiki: Note that some Linux distributions make a practice of splitting each library they package i...
by steve
Sun Feb 07, 2010 7:15 pm
Forum: Windows
Topic: transferring files
Replies: 5
Views: 657

Re: transferring files

Check that you have plenty of free disk space.
Check that you have not used any special characters in either the file names, the metadata or the labels. Stick with a to z, 0 to 9, underscore "_" and hyphen "-"
by steve
Sun Feb 07, 2010 5:59 pm
Forum: Windows
Topic: What You Hear
Replies: 4
Views: 1416

Re: What You Hear

Is this fuction still available? That depends on your sound card drivers. "Stereo Mix"/"What U Hear" is disabled by the sound card drivers for some sound cards on Windows 7 (sometime on Vista as well). See here for how to select it if it is available, and possible workarounds if...
by steve
Sun Feb 07, 2010 5:44 pm
Forum: Windows
Topic: Numeric Keypad with NumLk OFF when Editing Labels
Replies: 1
Views: 336

Re: Numeric Keypad with NumLk OFF when Editing Labels

I get the same on Linux with the exception of the Del key produces ascii character &#385
by steve
Sun Feb 07, 2010 5:25 pm
Forum: Compiling Audacity
Topic: Solved - audacity fails to configure due to libmad
Replies: 6
Views: 3651

Re: audacity fails to configure due to libmad

Install both libmad and the development library for libmad (libmad-dev) - most distros include them in their repository.