Search found 59476 matches

by steve
Mon Apr 12, 2010 8:34 am
Forum: Feature Request Archive
Topic: Windows 7 specifc internal audio capturing?
Replies: 6
Views: 3179

Re: Windows 7 specifc internal audio capturing?

Thanks for the the clarification chris.
by steve
Mon Apr 12, 2010 7:42 am
Forum: Windows
Topic: Newbie Mixing Question
Replies: 8
Views: 878

Re: Newbie Mixing Question

There is a tool called Tracks > Mix and Render about which I know nothing, but it appears to produce a single mixed track at the correct levels. It appears that you know almost everything about that feature :D (just a couple of details to fill in) What it does is to "mix" (add together) a...
by steve
Mon Apr 12, 2010 7:19 am
Forum: General Feedback and Discussion
Topic: "Error: reference to invalid number at line N" on 1.3.12
Replies: 20
Views: 3643

Re: "Error: reference to invalid number at line N" on 1.3.12

You have an invalid character, either in a file name, or in the metadata (id3 tags) for a file. If you can copy and paste the first few lines into your post someone will probably show you exactly which words/characters are causing the problem (include enough to include the error line number, and a f...
by steve
Mon Apr 12, 2010 3:59 am
Forum: Windows
Topic: Audacity with Creative Fatal1ty HS-1000 Gaming Headset?
Replies: 11
Views: 1865

Re: Audacity with Creative Fatal1ty HS-1000 Gaming Headset?

It seems that I accidentally posted this in the wrong section. No problem, I've moved it to the right place. I want to record what I hear, and not what I speak to my mic. And what is it that you are hearing? Is it a CD? Is it an Internet radio station playing in your web browser? Don't be worried a...
by steve
Mon Apr 12, 2010 3:53 am
Forum: General Feedback and Discussion
Topic: No Playback Sound
Replies: 13
Views: 20562

Re: No Playback Sound

Have a go with Audacity 1.3.12 - this is the recommended version for Vista and is available from here: http://audacityteam.org/download/beta_windows

“Ak5371” - that's a USB audio chip - are you using a USB (external) audio device?
by steve
Mon Apr 12, 2010 3:37 am
Forum: Feature Request Archive
Topic: Windows 7 specifc internal audio capturing?
Replies: 6
Views: 3179

Re: Windows 7 specifc internal audio capturing?

PortAudio provides a very simple API for recording and/or playing sound using a simple callback function. http://www.portaudio.com/ It was my understanding that Audacity used the Portaudio API, but I'm not a programmer so I'm happy to be corrected. Perhaps my layman's terminology is insufficient, b...
by steve
Mon Apr 12, 2010 2:30 am
Forum: Windows
Topic: can I do a silent recording
Replies: 14
Views: 1711

Re: can I do a silent recording

It is a laptop with internal speakers. When I mute the speakers with the sound off button the recording trace goes to zero. If I plug in earphone which redirects the sound away from the speakers to the earphone the recording trace also goes to zero. In that case Joe, plug in your earphones and chec...
by steve
Mon Apr 12, 2010 12:46 am
Forum: Windows
Topic: can I do a silent recording
Replies: 14
Views: 1711

Re: can I do a silent recording

Do your speakers have an on/off switch? If so, leave them plugged in but switch them off.
by steve
Mon Apr 12, 2010 12:32 am
Forum: GNU/Linux and Unix-like
Topic: Continuous beep
Replies: 20
Views: 10033

Re: Continuous beep

When you boot up the system, at what point does the beep start?
by steve
Mon Apr 12, 2010 12:02 am
Forum: GNU/Linux and Unix-like
Topic: Continuous beep
Replies: 20
Views: 10033

Re: Continuous beep

pulseaudio is the default for Ubuntu.

Let's see if this will stop it - if it does, restart you system and see if the beep starts up again:

Press Alt+F2

In the "Run Application" box, type:

Code: Select all

killall pulseaudio
Click the "Run" button.