Your message dated Tue, 18 Oct 2005 19:54:55 -0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#310641: gnomebaker: mpg321 doesn't generate good wav files
for audio cd writing
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 24 May 2005 22:51:05 +0000
>From [EMAIL PROTECTED] Tue May 24 15:51:05 2005
Return-path: <[EMAIL PROTECTED]>
Received: from 200-170-96-174.inova.com.br (ios-out.inova.com.br)
[200.170.96.174]
by spohr.debian.org with smtp (Exim 3.35 1 (Debian))
id 1DaiEr-00043X-00; Tue, 24 May 2005 15:51:05 -0700
Received: (qmail 27307 invoked by uid 0); 24 May 2005 22:51:02 -0000
X-qfilter-stat: ok
X-Analyze: Velop Mail Shield v0.0.4
X-Inova-Extscan: attachments authorized
X-Msgtrkid: 1116975062.27304.ios
Received: from unknown (HELO cajazeiras.matriz.oktiva.com.br) ([EMAIL
PROTECTED])
by ios with SMTP; 24 May 2005 22:51:02 -0000
Subject: gnomebaker: mpg321 doesn't generate good wav files for audio cd
writing
From: Daniel Ruoso <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Content-Type: multipart/mixed; boundary="=-ut0Dzr7AkB6iSSL0y02r"
Date: Tue, 24 May 2005 19:51:00 -0300
Message-Id: <[EMAIL PROTECTED]>
Mime-Version: 1.0
X-Mailer: Evolution 2.0.4
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
--=-ut0Dzr7AkB6iSSL0y02r
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Package: gnomebaker
Version: 0.3-3
Severity: important
When using gnomebaker to create audio cds from mp3 files, it uses the
mpg321 converter, which is not generating correct audio-cd files. These
files are then padded by cdrecord and it causes some random noise in the
audio tracks while playing.
An alternative would be to use sox, as gnomebaker already uses it for
wav files. A simple patch (that I didn't test yet) seems to make the
necessary changes to generate audio cd files that doesn't need to be
padded by cdrecord.
The padding audio problem only appears in some cd drives.
daniel
--=-ut0Dzr7AkB6iSSL0y02r
Content-Disposition: attachment; filename=patch
Content-Type: text/plain; name=patch; charset=ANSI_X3.4-1968
Content-Transfer-Encoding: 7bit
--- src/execfunctions.c~ 2005-02-04 23:25:55.000000000 -0200
+++ src/execfunctions.c 2005-05-24 19:21:48.508471704 -0300
@@ -1391,6 +1391,7 @@
exec_cmd_add_arg(cmd, "%s", "-c");
exec_cmd_add_arg(cmd, "%s", "2");
exec_cmd_add_arg(cmd, "%s", "-w");
+ exec_cmd_add_arg(cmd, "%s", "-t cdr");
gchar* trackdir = preferences_get_convert_audio_track_dir();
--- src/burn.c~ 2005-05-24 19:28:10.631380192 -0300
+++ src/burn.c 2005-05-24 19:23:07.252500792 -0300
@@ -256,9 +256,11 @@
/* Check that the file extension is one we support */
if((g_ascii_strcasecmp(mime, "audio/x-mp3") == 0) ||
(g_ascii_strcasecmp(mime, "audio/mpeg") == 0))
- mpg123_add_mp3_args(cmd, file, &convertedfile);
+ //mpg123_add_mp3_args(cmd, file, &convertedfile);
+ sox_add_wav_args(cmd, file, &convertedfile);
else if(g_ascii_strcasecmp(mime, "application/ogg") == 0)
- oggdec_add_args(cmd, file, &convertedfile);
+ //oggdec_add_args(cmd, file, &convertedfile);
+ sox_add_wav_args(cmd, file, &convertedfile);
else if(g_ascii_strcasecmp(mime, "audio/x-wav") == 0)
sox_add_wav_args(cmd, file, &convertedfile);
--=-ut0Dzr7AkB6iSSL0y02r--
---------------------------------------
Received: (at 310641-done) by bugs.debian.org; 18 Oct 2005 21:54:55 +0000
>From [EMAIL PROTECTED] Tue Oct 18 14:54:55 2005
Return-path: <[EMAIL PROTECTED]>
Received: from bhe013245.corp.wayinternet.com.br (webmail01.wayinternet.com.br)
[200.150.13.245]
by spohr.debian.org with smtp (Exim 3.36 1 (Debian))
id 1ERzQ6-0004bs-00; Tue, 18 Oct 2005 14:54:54 -0700
Received: (qmail 4985 invoked from network); 18 Oct 2005 19:43:01 -0300
Received: from 055182.wayinternet.com.br (HELO localhost.localdomain)
(200.150.55.182)
by bhe013245.corp.wayinternet.com.br with SMTP; 18 Oct 2005 19:43:01 -0300
Received: by localhost.localdomain (Postfix, from userid 1000)
id 288FB437A1; Tue, 18 Oct 2005 19:54:55 -0200 (BRST)
Date: Tue, 18 Oct 2005 19:54:55 -0200
From: Goedson Teixeira Paixao <[EMAIL PROTECTED]>
To: Daniel Ruoso <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: Bug#310641: gnomebaker: mpg321 doesn't generate good wav files for
audio cd writing
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="vkogqOf2sHV7VnPd"
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
User-Agent: Mutt/1.5.9i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER,
RCVD_IN_BL_SPAMCOP_NET,RCVD_IN_DSBL autolearn=no
version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 2
--vkogqOf2sHV7VnPd
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Version: 0.4-1
Gnomebaker uses gstreamer to do audio conversion since version 0.4, so
I'm closing this bug since it's related to mpg321 audio conversion.
If the conversion done using gstreamer is not good enough, please submit
a new bug.
--=20
.''`. Goedson Teixeira Paixao <[EMAIL PROTECTED]>
: :' : http://people.debian.org/~goedson/
`. `' Jabber ID: [EMAIL PROTECTED]
`- =20
--vkogqOf2sHV7VnPd
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFDVW8u7tjUzB3rjq4RAmT4AJ0a5dPYMaJ8g1T32i97T2822+VARACeJ52a
SOONBML49oyW2yQVKu6bJAs=
=vkUV
-----END PGP SIGNATURE-----
--vkogqOf2sHV7VnPd--
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]