Your message dated Wed, 20 Feb 2002 15:16:04 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#88524: fixed in saydate 0.3.0-6
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; 4 Mar 2001 22:26:31 +0000
>From [EMAIL PROTECTED] Sun Mar 04 16:26:30 2001
Return-path: <[EMAIL PROTECTED]>
Received: from cr934547-a.flfrd1.on.wave.home.com (sana.furryterror.org) 
[::ffff:24.112.247.163] 
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 14ZgxR-0000ZG-00; Sun, 04 Mar 2001 16:26:30 -0600
Received: from zblaxell by sana.furryterror.org with local (Exim 3.20 #1 
(Debian))
        id 14ZgxQ-0007TP-00; Sun, 04 Mar 2001 17:26:28 -0500
From: Zygo Blaxell <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: saydate uses /dev/audio device, not supported on all sound cards...
X-Reportbug-Version: 1.14
X-Mailer: reportbug 1.14
Date: Sun, 04 Mar 2001 17:26:26 -0500
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]

Package: saydate
Version: 0.3.0-1
Severity: normal

/usr/bin/saydate ends with:

if [ ${#SAYFILES} -gt 0 ] ; then
        cat $SAYFILES > /dev/audio
fi

Unfortunately, /dev/audio is not supported by all sound cards--notably the
Maestro 2E in my laptop.  /dev/audio still works, but it sounds identical
to /dev/dsp.  Ouch!

It would be better to convert the sound data to 16-bit PCM audio and
send it via the /dev/dsp device.  I do this as follows:

if [ ${#SAYFILES} -gt 0 ] ; then
        cat $SAYFILES | sox -t.ul - -t.sw - | bplay -b16
fi

It would also be acceptable, although with somewhat less quality, to use
the 'au2raw' program to convert to 8-bit audio, then cat that to /dev/dsp.

-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux sana 2.2.18-zb-586-laptop #1 SMP Thu Feb 1 11:29:34 EST 2001 i586


---------------------------------------
Received: (at 88524-close) by bugs.debian.org; 20 Feb 2002 20:45:27 +0000
>From [EMAIL PROTECTED] Wed Feb 20 14:45:27 2002
Return-path: <[EMAIL PROTECTED]>
Received: from auric.debian.org [206.246.226.45] (mail)
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 16ddcF-0003Eu-00; Wed, 20 Feb 2002 14:45:27 -0600
Received: from troup by auric.debian.org with local (Exim 3.12 1 (Debian))
        id 16dd9o-00082y-00; Wed, 20 Feb 2002 15:16:04 -0500
From: Oohara Yuuma <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.68 $
Subject: Bug#88524: fixed in saydate 0.3.0-6
Message-Id: <[EMAIL PROTECTED]>
Sender: James Troup <[EMAIL PROTECTED]>
Date: Wed, 20 Feb 2002 15:16:04 -0500
Delivered-To: [EMAIL PROTECTED]

We believe that the bug you reported is fixed in the latest version of
saydate, which has been installed in the Debian FTP archive:

saydate_0.3.0-6.diff.gz
  to pool/main/s/saydate/saydate_0.3.0-6.diff.gz
saydate_0.3.0-6.dsc
  to pool/main/s/saydate/saydate_0.3.0-6.dsc
saydate_0.3.0-6_all.deb
  to pool/main/s/saydate/saydate_0.3.0-6_all.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Oohara Yuuma <[EMAIL PROTECTED]> (supplier of updated saydate 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 [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Wed, 20 Feb 2002 18:09:30 +0900
Source: saydate
Binary: saydate
Architecture: source all
Version: 0.3.0-6
Distribution: unstable
Urgency: low
Maintainer: Oohara Yuuma <[EMAIL PROTECTED]>
Changed-By: Oohara Yuuma <[EMAIL PROTECTED]>
Description: 
 saydate    - speaks the current date through your sound card
Closes: 88524 100259
Changes: 
 saydate (0.3.0-6) unstable; urgency=low
 .
   * new maintainer
   * adopting an orphaned package (closes: #100259)
   * data/Makefile: new file, converts .raw to .sw with sox
   * debian/rules: calls data/Makefile, installs .sw files
   * saydate: plays .sw with bplay (for much better quality)
     (closes: #88524)
   * saydate: added set -e
   * debian/control: added description of au2raw
Files: 
 f69ffd0054d8d64d64a460a479e9dae4 625 sound optional saydate_0.3.0-6.dsc
 17506dc7cc5ec057b8694035acb3abba 3753 sound optional saydate_0.3.0-6.diff.gz
 bc331b8048474313b4f89257c9a9875a 161932 sound optional saydate_0.3.0-6_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8c2gHQNb0LvRkppURAr/CAKCu/XRn5RkJ9g+4/uv0SkgKlUBu0ACeKjVO
Pco+2m1YqjnaTNvlLjtCtDo=
=BFj6
-----END PGP SIGNATURE-----

Reply via email to