[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#88524: marked as done (saydate uses /dev/audio device, not supported on all sound cards...)



Your message dated Wed, 20 Feb 2002 15:16:04 -0500
with message-id <E16dd9o-00082y-00@auric.debian.org>
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 zblaxell@feedme.hungrycats.org Sun Mar 04 16:26:30 2001
Return-path: <zblaxell@feedme.hungrycats.org>
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 <zblaxell@feedme.hungrycats.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
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: <E14ZgxQ-0007TP-00@sana.furryterror.org>
Delivered-To: submit@bugs.debian.org

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 troup@auric.debian.org Wed Feb 20 14:45:27 2002
Return-path: <troup@auric.debian.org>
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 <oohara@debian.org>
To: 88524-close@bugs.debian.org
X-Katie: $Revision: 1.68 $
Subject: Bug#88524: fixed in saydate 0.3.0-6
Message-Id: <E16dd9o-00082y-00@auric.debian.org>
Sender: James Troup <troup@auric.debian.org>
Date: Wed, 20 Feb 2002 15:16:04 -0500
Delivered-To: 88524-close@bugs.debian.org

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 88524@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Oohara Yuuma <oohara@debian.org> (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 ftpmaster@debian.org)


-----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 <oohara@debian.org>
Changed-By: Oohara Yuuma <oohara@debian.org>
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 to: