I am trying to do a simple voice recording using my microphone. using alsamixer I can HEAR sound coming from the microphone through my speakers, but I can't figure out how to make a recording. I have tried krecord & audacity with no luck. Am I missing something simple?? -- Paul Cartwright Registered Linux user # 367800 X-Request-PGP: http://home.comcast.net/~p.cartwright/wsb/key.asc
On Sun, 2005-06-12 at 07:19 -0400, Paul Cartwright wrote:
I am trying to do a simple voice recording using my microphone. using alsamixer I can HEAR sound coming from the microphone through my speakers, but I can't figure out how to make a recording. I have tried krecord & audacity with no luck. Am I missing something simple??
Make sure you don't have the mic muted. This messed me up a couple of times. Change it in alsamixer just to make sure the toggle isn't the opposite of what you think it should be. You may want to turn on the PCM function as well if the input is to low. -- Ken Schneider UNIX since 1989, linux since 1994, SuSE since 1998 "The day Microsoft makes something that doesn't suck is probably the day they start making vacuum cleaners." -Ernst Jan Plugge
On Sun June 12 2005 8:25 am, Ken Schneider wrote:
Make sure you don't have the mic muted. This messed me up a couple of times. Change it in alsamixer just to make sure the toggle isn't the opposite of what you think it should be. You may want to turn on the PCM function as well if the input is to low. in alsamixer PCM Out Path says muted, but I can't figure out how to UNmute it...
-- Paul Cartwright Registered Linux user # 367800 X-Request-PGP: http://home.comcast.net/~p.cartwright/wsb/key.asc
On Sunday 12 Jun 2005 12:19, Paul Cartwright wrote:
I am trying to do a simple voice recording using my microphone. using alsamixer I can HEAR sound coming from the microphone through my speakers, but I can't figure out how to make a recording. I have tried krecord & audacity with no luck. Am I missing something simple??
In KMix, input tab, ensure that the light beside Capture is lit as well as the one beside Mic. -- Pob hwyl / Best wishes Kevin Donnelly www.kyfieithu.co.uk - Meddalwedd Rhydd yn Gymraeg www.cymrux.org.uk - Linux Cymraeg ar un CD!
On Sunday 12 June 2005 07:19, Paul Cartwright wrote:
I am trying to do a simple voice recording using my microphone. using alsamixer I can HEAR sound coming from the microphone through my speakers, but I can't figure out how to make a recording. I have tried krecord & audacity with no luck. Am I missing something simple??
type this command: rec -s w -c 2 -r 44100 myfile.wav To stop recording type ctrl-c Bryan ******************************************************** Powered by SuSE Linux 9.2 Professional KDE 3.3.0 KMail 1.7.1 This is a Microsoft-free computer Bryan S. Tyson bryantyson@earthlink.net ********************************************************
participants (4)
-
Bryan Tyson
-
Ken Schneider
-
Kevin Donnelly
-
Paul Cartwright