sound

Linux sound FAQ

Sound

Sound on linux: tips and tricks, software, hardware, drivers.

Stop all music programs and remove ~/.xine

ALSA drivers can use the muting facilities that most soundcards have. If you loaded the sound drivers and everything is fine but you get nothing but silence, then you probably forgot to unmute your card. You need amixer or alsamixer for this, both from the ALSA-util package.

amixer pcm 100 unmute
amixer set -c 1 Master 70 unmute
amixer set -c 1 PCM 70 unmute
amixer set -c 1 CD 70 unmute

should do for most applications. Please note that for the older amixer command you need to leave out the set in the command line.

IceCast and DarkIce

Icecast is a streaming media server which currently supports Ogg Vorbis and MP3 audio streams.

DarkIce is a live audio streamer. It records audio from an audio interface (e.g. sound card), encodes it and sends it to a streaming server.

System tray audio device switcher (STADS)

If you have an audio card (or some people call it sound card) that supports multiple outputs and actually using it for different purposes such as playing games, watching movies & listening to music, you’ll have to go through the hassle of changing the audio output in Windows Vista Control Panel.

Here’s an example. Let’s say you have a headphone and speakers. In order to change the audio output, you’ll have to close the program that is currently outputing the audio and right click on the speaker icon, choose Playback Devices, right-click on the playback device that you want and select Set as Default. Then click OK to close the sound configuration window and relaunch the program and play the audio. That will make it change from one output to the other, but it is troublesome and involves many steps.Read more

Syndicate content