Posts Tagged With: mic

My KMix Settings

Tagged with: , , , , , , ,

This kmix setting will setup your microphone for recording. I got it thru trial and error - its not perfect…


No Comments »

Recording Sound in Linux

Tagged with: , , , ,

To record a sound in wav format from Mic, just use this command…

arecord -f cd test.wav

Use Ctrl+C to stop recording

To playback the recording, use this command…

aplay test.wav

No Comments »