Tag: sound

Find Alsa Version

Find the version of alsa using this command… cat /proc/asound/version Thanks to Sreenath(Hacking With Debian) for this tip.

My KMix Settings

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

Create a Sound File from a Text

You can create a wav file of a written text using this command echo “It’s such a beautiful day! Why…

Random Noise in Linux

Random Noise in Linux – I cannot think of any practical use for this command. You can use it for…

Recording Sound in Linux

To record a sound in wav format from Mic, just use this command… arecord -f cd test.wav Use Ctrl+C to…