Your message dated Sun, 27 Feb 2011 10:33:15 +0100
with message-id <[email protected]>
and subject line Re: Bug#587349: mpd: plugin sidplay2 spreads 3 sid voices to 2
channels
has caused the Debian Bug report #587349,
regarding mpd: plugin sidplay2 spreads 3 sid voices to 2 channels
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
587349: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=587349
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mpd
Version: 0.15.10-1
Severity: normal
Tags: patch
The 3 voices of the emulated SID chip get spread to the 2 stereo channels,
which sounds weird. Included patch solves this.
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.32-trunk-686 (SMP w/1 CPU core)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages mpd depends on:
ii adduser 3.112 add and remove users and groups
ii libao4 1.0.0-4 Cross Platform Audio Output Librar
ii libasound2 1.0.23-1 shared library for ALSA applicatio
ii libaudiofile0 0.2.6-8 Open-source version of SGI's audio
ii libavcodec52 5:0.6~svn20100603-0.0 library to encode decode multimedi
ii libavformat52 5:0.6~svn20100603-0.0 ffmpeg file format library
ii libavutil50 5:0.6~svn20100603-0.0 avutil shared libraries
ii libc6 2.11.1-3 Embedded GNU C Library: Shared lib
ii libcue1 1.4.0-1 CUE Sheet Parser Library
ii libcurl3-gnutls 7.20.1-2 Multi-protocol file transfer libra
ii libfaad2 2.7-4 freeware Advanced Audio Decoder -
ii libflac8 1.2.1-2+b1 Free Lossless Audio Codec - runtim
ii libgcc1 1:4.4.4-5 GCC support library
ii libglib2.0-0 2.24.1-1 The GLib library of C routines
ii libid3tag0 0.15.1b-10 ID3 tag reading library from the M
ii libjack0 1.9.5~dfsg-13 JACK Audio Connection Kit (librari
ii libmad0 0.15.1b-5 MPEG audio decoder library
ii libmms0 0.6-1 MMS stream protocol library - shar
ii libmodplug0c2 1:0.8.8-1 shared libraries for mod music bas
ii libmp3lame0 3.98.4-0.0 LAME Ain't an MP3 Encoder
ii libmpcdec6 2:0.1~r459-1 MusePack decoder - library
ii libogg0 1.2.0~dfsg-1 Ogg bitstream library
ii libpulse0 0.9.21-1 PulseAudio client libraries
ii libresid-builder0c 2.1.1-8 SID chip emulation class based on
ii libsamplerate0 0.1.7-3 Audio sample rate conversion libra
ii libshout3 2.2.2-5+b1 MP3/Ogg Vorbis broadcast streaming
ii libsidplay2 2.1.1-8 SID (MOS 6581) emulation library
ii libsqlite3-0 3.6.23.1-4 SQLite 3 shared library
ii libstdc++6 4.4.4-5 The GNU Standard C++ Library v3
ii libvorbis0a 1.3.1-1 The Vorbis General Audio Compressi
ii libvorbisenc2 1.3.1-1 The Vorbis General Audio Compressi
ii libvorbisfile3 1.3.1-1 The Vorbis General Audio Compressi
ii libwavpack1 4.60.1-1 an audio codec (lossy and lossless
mpd recommends no packages.
Versions of packages mpd suggests:
pn avahi-daemon <none> (no description available)
pn icecast2 <none> (no description available)
ii mpc [mpd-client] 0.19-2 A command-line tool to interface M
ii ncmpc [mpd-client] 0.16.1-1 ncurses-based audio player
pn pulseaudio <none> (no description available)
-- Configuration Files:
/etc/mpd.conf changed [not included]
-- no debconf information
--
time flies like an arrow, fruit flies like a banana
--- mpd-0.15.10/src/decoder/sidplay_plugin.cxx 2010-05-30 15:57:28.000000000 +0000
+++ mpd-0.15.10-1.1/src/decoder/sidplay_plugin.cxx 2010-06-27 18:48:57.192790509 +0000
@@ -82,7 +82,7 @@
config.clockSpeed = SID2_CLOCK_CORRECT;
config.frequency = 48000;
config.optimisation = SID2_DEFAULT_OPTIMISATION;
- config.playback = sid2_stereo;
+ config.playback = sid2_mono;
config.precision = 16;
config.sidDefault = SID2_MOS6581;
config.sidEmulation = &builder;
@@ -105,7 +105,7 @@
struct audio_format audio_format;
audio_format.sample_rate = 48000;
audio_format.bits = 16;
- audio_format.channels = 2;
+ audio_format.channels = 1;
decoder_initialized(decoder, &audio_format, false, -1);
--- End Message ---
--- Begin Message ---
Tilmann Hentze schrieb am Sunday, den 27. June 2010:
> Package: mpd
> Version: 0.15.10-1
> Severity: normal
> Tags: patch
>
> The 3 voices of the emulated SID chip get spread to the 2 stereo channels,
> which sounds weird. Included patch solves this.
mpd 0.16 already included a smiliar patch (see
http://musicpd.org/mantis/view.php?id=2983 for details) which should fix your
problem.
If this is not the case, please reopen the bug.
Thanks for reporting
Alex
--- End Message ---