View previous topic :: View next topic |
Author |
Message |
Sloden Tux's lil' helper
Joined: 30 Dec 2004 Posts: 93 Location: Nidaros: Card Board Box, Second Floor
|
Posted: Sun May 22, 2005 2:08 pm Post subject: Choppy, Crappy MPD sound[solved] |
|
|
Mpd plays choppy. Mocp runs superb!
In my mpd.conf, I've said that it should resample my music, and put my outputbuffer to 2048. Don't know what to do. I'we uncommented the alsa-drivers, and put amixer as prefered mixer. Any ideas? _________________ Screenshot of the month
Last edited by Sloden on Sun May 22, 2005 4:16 pm; edited 1 time in total |
|
Back to top |
|
|
Sloden Tux's lil' helper
Joined: 30 Dec 2004 Posts: 93 Location: Nidaros: Card Board Box, Second Floor
|
Posted: Sun May 22, 2005 2:45 pm Post subject: |
|
|
Update:
My /var/log/mpd.error.log says:
Code: | ALSA lib control.c:739:(snd_ctl_open_noupdate) Invalid CTL amixer
ALSA write error: Interrupted system call
May 22 16:32 : bad driver option
May 22 16:32 : closing audio device due to write error |
From my mpd.conf
Code: | 56 # Examples:
57 # ALSA Mixer.
58 mixer_type>----->-------"alsa"
59 mixer_device>--->-------"default"
60 mixer_control>-->-------"PCM"
|
_________________ Screenshot of the month |
|
Back to top |
|
|
Sloden Tux's lil' helper
Joined: 30 Dec 2004 Posts: 93 Location: Nidaros: Card Board Box, Second Floor
|
Posted: Sun May 22, 2005 4:18 pm Post subject: |
|
|
Oss-emulation did the trick.
Code: | # OSS Mixer
mixer_type>----->-------"oss"
mixer_device >-->-------"/dev/mixer"
mixer_control>-->-------"/dev/dsp"
# OSS Audio Output
ao_driver >----->-------"oss"
ao_driver_options >-----"dsp=/dev/dsp" |
_________________ Screenshot of the month |
|
Back to top |
|
|
|