Debian Bug report logs -
#215037
chromium: Sound effects quiet compared to music
Reported by: Per von Zweigbergk <pvz@linux.se>
Date: Thu, 9 Oct 2003 23:03:02 UTC
Severity: normal
Found in version 0.9.12-4
Fixed in version chromium/0.9.12-6
Done: Mike Furr <mfurr@debian.org>
Bug is archived. No further changes may be made.
Toggle useless messages
Report forwarded to debian-bugs-dist@lists.debian.org, Mike Furr <mfurr@debian.org>:
Bug#215037; Package chromium.
(full text, mbox, link).
Acknowledgement sent to Per von Zweigbergk <pvz@linux.se>:
New Bug report received and forwarded. Copy sent to Mike Furr <mfurr@debian.org>.
(full text, mbox, link).
Message #5 received at submit@bugs.debian.org (full text, mbox, reply):
Package: chromium
Version: 0.9.12-4
Severity: normal
Playing Chromium B.S.U. results in a very low sound effects volume
(barely audible) and a very loud music volume.
This problem doesn't exist with the latest upstream version (downloaded
as a tarball and compiled from source from the main web site.) Had to
throw in a little #include <stdarg.h> into one of the files, but it
compiled fine otherwise.
I use a Soundblaster Live! 5.1 with the ALSA drivers.
-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux tanya 2.4.20 #1 mån mar 31 19:30:02 CEST 2003 i686
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8
Versions of packages chromium depends on:
ii chromium-data 0.9.12-2 Data pack for chromium
ii libc6 2.3.2-8 GNU C Library: Shared libraries an
ii libgcc1 1:3.3.2-0pre5 GCC support library
ii libglpng 1.45-2 PNG loader library for OpenGL
ii libopenal0 0.2003020200-1.1 OpenAL is a portable library for 3
ii libsdl1.2debian 1.2.6-2 Simple DirectMedia Layer
ii libsmpeg0 0.4.5+cvs20030824-1 SDL MPEG Player Library - shared l
ii libstdc++5 1:3.3.2-0pre5 The GNU Standard C++ Library v3
ii xlibmesa3-gl [libgl1 4.2.1-12.1 Mesa 3D graphics library [XFree86]
ii xlibmesa3-glu [libgl 4.2.1-12.1 Mesa OpenGL utility library [XFree
-- no debconf information
Information forwarded to debian-bugs-dist@lists.debian.org, Mike Furr <mfurr@debian.org>:
Bug#215037; Package chromium.
(full text, mbox, link).
Acknowledgement sent to Mike Furr <mike.furr@umbc.edu>:
Extra info received and forwarded to list. Copy sent to Mike Furr <mfurr@debian.org>.
(full text, mbox, link).
Message #10 received at 215037@bugs.debian.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
On Thu, 2003-10-09 at 18:59, Per von Zweigbergk wrote:
> Playing Chromium B.S.U. results in a very low sound effects volume
> (barely audible) and a very loud music volume.
Hmm. Its funny, because I never noticed this before and yet that is
certainly true.
> This problem doesn't exist with the latest upstream version (downloaded
> as a tarball and compiled from source from the main web site.) Had to
> throw in a little #include <stdarg.h> into one of the files, but it
> compiled fine otherwise.
Well, its the same version as upstream's latest, the only difference is
that ours is compiled against the system's openAL libraries, where-as he
uses his own. Doing a vanilla build of upstream's sources gives me a
sound error on load, so it wasn't 'fixed' for me by doind that. I'll
have to look into what is causing this.
thanks for the report,
--
Mike Furr <mike.furr@umbc.edu>
[signature.asc (application/pgp-signature, inline)]
Information forwarded to debian-bugs-dist@lists.debian.org, Mike Furr <mfurr@debian.org>:
Bug#215037; Package chromium.
(full text, mbox, link).
Acknowledgement sent to Joachim Breitner <nomeata@debian.org>:
Extra info received and forwarded to list. Copy sent to Mike Furr <mfurr@debian.org>.
(full text, mbox, link).
Message #15 received at 215037@bugs.debian.org (full text, mbox, reply):
Hi,
I just wanted to say that I can confirm this bug, and that the game
would be more fun with audio effects :-)
thanks,
Joachim
--
Joachim "nomeata" Breitner
Debian Developer
nomeata@debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C
JID: joachimbreitner@amessage.de | http://people.debian.org/~nomeata
Information forwarded to debian-bugs-dist@lists.debian.org:
Bug#215037; Package chromium.
(full text, mbox, link).
Acknowledgement sent to Mike Furr <mfurr@debian.org>:
Extra info received and forwarded to list.
(full text, mbox, link).
Message #20 received at 215037@bugs.debian.org (full text, mbox, reply):
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Joachim Breitner wrote:
| Hi,
Hello,
| I just wanted to say that I can confirm this bug, and that the game
| would be more fun with audio effects :-)
Yeah, I know. I've tried a couple of times to find out what is causing
this and haven't had much luck(mainly because I'm not very familiar with
the openAL api). I will probably figure it out eventually, but its kind
of a low priority for me right now. If you have any suggestions of what
exactly is causing it, or even better a patch(!), it would be appreciated.
Cheers,
- -Mike
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFCQHTN7ZPKKRJLJvMRAo06AJ41pDqPhoc058rSM5mBGr/Ds5mB9gCgufso
Z+JCiAbQ2ZsnlGAHEJ1j9UI=
=QqT4
-----END PGP SIGNATURE-----
Information forwarded to debian-bugs-dist@lists.debian.org, Mike Furr <mfurr@debian.org>:
Bug#215037; Package chromium.
(full text, mbox, link).
Acknowledgement sent to Joachim Breitner <mail@joachim-breitner.de>:
Extra info received and forwarded to list. Copy sent to Mike Furr <mfurr@debian.org>.
(full text, mbox, link).
Message #25 received at 215037@bugs.debian.org (full text, mbox, reply):
Hi,
after blind stabbing into chromium's OpenAL sources, I had a look at
SuSE's sources and found this hack. I dunno how bad it is, but it works:
src/AudioOpenAL.cpp lines 115-128:
if(alAttenuationScale)
{
audioScale[0] = 3.0;
audioScale[1] = 1.0;
audioScale[2] = 1.0;
}
else
{
fprintf(stderr, "alAttenuationScale == 0. Kludge
it.\n");
audioScale[0] = 0.5;
audioScale[1] = 0.3;
audioScale[2] = 0.3;
alDistanceModel(AL_NONE); // This line was added
}
(no patch, as adding this line is surely not more hassle than looking at
the patch whether it looks sane and apply it)
Thanks,
Joachim
--
Joachim "nomeata" Breitner
mail: mail@joachim-breitner.de | ICQ# 74513189 | GPG-Key: 4743206C
JID: joachimbreitner@amessage.de | http://www.joachim-breitner.de/
Debian Developer: nomeata@debian.org
Please avoid sending me Word or PowerPoint attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html
Information forwarded to debian-bugs-dist@lists.debian.org:
Bug#215037; Package chromium.
(full text, mbox, link).
Acknowledgement sent to Mike Furr <mfurr@debian.org>:
Extra info received and forwarded to list.
(full text, mbox, link).
Message #30 received at 215037@bugs.debian.org (full text, mbox, reply):
Joachim Breitner wrote:
> Hi,
>
> after blind stabbing into chromium's OpenAL sources, I had a look at
> SuSE's sources and found this hack. I dunno how bad it is, but it works:
Thanks for this! I haven't had a chance to try it out yet, but I should
be able to get to it later this week.
Cheers,
-Mike
Reply sent to Mike Furr <mfurr@debian.org>:
You have taken responsibility.
(full text, mbox, link).
Notification sent to Per von Zweigbergk <pvz@linux.se>:
Bug acknowledged by developer.
(full text, mbox, link).
Message #35 received at 215037-close@bugs.debian.org (full text, mbox, reply):
Source: chromium
Source-Version: 0.9.12-6
We believe that the bug you reported is fixed in the latest version of
chromium, which is due to be installed in the Debian FTP archive:
chromium_0.9.12-6.diff.gz
to pool/main/c/chromium/chromium_0.9.12-6.diff.gz
chromium_0.9.12-6.dsc
to pool/main/c/chromium/chromium_0.9.12-6.dsc
chromium_0.9.12-6_i386.deb
to pool/main/c/chromium/chromium_0.9.12-6_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 215037@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Mike Furr <mfurr@debian.org> (supplier of updated chromium package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Fri, 1 Apr 2005 11:49:26 -0500
Source: chromium
Binary: chromium
Architecture: source i386
Version: 0.9.12-6
Distribution: unstable
Urgency: low
Maintainer: Mike Furr <mfurr@debian.org>
Changed-By: Mike Furr <mfurr@debian.org>
Description:
chromium - Fast paced, arcade-style, scrolling space shooter
Closes: 215037
Changes:
chromium (0.9.12-6) unstable; urgency=low
.
* Fixed sound fx level relative to music (Closes: 215037)
Thanks to Joachim Breitner
Files:
a309e2af47462245b315c9c0bacc03f3 653 games optional chromium_0.9.12-6.dsc
3418af66ef37d6677e473a05a15dec7b 12340 games optional chromium_0.9.12-6.diff.gz
20815393f09ca0a43a3b0e6b9a0b357a 115876 games optional chromium_0.9.12-6_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFCTX1J7ZPKKRJLJvMRAtenAJsG8GTOZqcsNfgNUj1/rmFHual0MQCeL3mg
rolKJRydU7HXmbi6jULJ5qw=
=H8/8
-----END PGP SIGNATURE-----
Send a report that this bug log contains spam.
Debian bug tracking system administrator <owner@bugs.debian.org>.
Last modified:
Sun Jul 2 12:38:43 2023;
Machine Name:
buxtehude
Debian Bug tracking system
Debbugs is free software and licensed under the terms of the GNU
Public License version 2. The current version can be obtained
from https://bugs.debian.org/debbugs-source/.
Copyright © 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson,
2005-2017 Don Armstrong, and many other contributors.