Your message dated Mon, 14 Mar 2005 09:09:57 +0900
with message-id <[EMAIL PROTECTED]>
and subject line fixed bugs...
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; 5 Dec 2004 12:44:48 +0000
>From [EMAIL PROTECTED] Sun Dec 05 04:44:48 2004
Return-path: <[EMAIL PROTECTED]>
Received: from sorrow.cyrius.com [65.19.161.204]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Cavku-0002Nl-00; Sun, 05 Dec 2004 04:44:48 -0800
Received: by sorrow.cyrius.com (Postfix, from userid 10)
id 759DD64D40; Sun, 5 Dec 2004 12:44:48 +0000 (UTC)
Received: by deprecation.cyrius.com (Postfix, from userid 1000)
id 405A04F17C; Sun, 5 Dec 2004 12:44:37 +0000 (GMT)
Date: Sun, 5 Dec 2004 12:44:37 +0000
From: Martin Michlmayr <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: OGG recording with low bit-rates doesn't work
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Reportbug-Version: 3.2
User-Agent: Mutt/1.5.6+20040907i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25
(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_2004_03_25
X-Spam-Level:
Package: ecasound
Version: 2.3.5-6
Severity: normal
Recording audio in OGG format with low bit-rates doesn't work. For
example,
ecasound -f:16,1,22050 -i /dev/dsp -o somefile.ogg
fails to write the .ogg file and we get the (unhelpful) error:
| (eca-engine) Warning! An output object has raised an error! Out of disk
| space, permission denied, etc?
ecasound seems to run:
oggenc -b 128 --raw --raw-bits=16 --raw-chan=1 --raw-rate=22050 \
--raw-endianness 0 --output=somefile.ogg -
but the -b 128 option is incompatible with the bit-rate. Removing
-b 128 works for me, but I don't know if that's acceptable as a
general solution.
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Versions of packages ecasound depends on:
ii libartsc0 1.3.1-1 aRts Sound system C support librar
ii libasound2 1.0.6-5 ALSA library
ii libaudiofile0 0.2.6-5 Open-source version of SGI's audio
ii libc6 2.3.2.ds1-18 GNU C Library: Shared libraries an
ii libgcc1 1:3.4.3-2 GCC support library
ii libglib2.0-0 2.4.7-1 The GLib library of C routines
ii libjack0.80.0-0 0.99.0-2 JACK Audio Connection Kit (librari
ii libncurses5 5.4-4 Shared libraries for terminal hand
ii libreadline4 4.3-15 GNU readline and history libraries
ii libsamplerate0 0.1.1-2 audio rate conversion library
ii libsndfile1 1.0.10-2 Library for reading/writing audio
ii libstdc++5 1:3.3.5-2 The GNU Standard C++ Library v3
ii python 2.3.4-5 An interactive high-level object-o
ii python-ecasound2.2 2.3.5-6 python binding files for ecasound
-- no debconf information
--
Martin Michlmayr
http://www.cyrius.com/
---------------------------------------
Received: (at 284312-done) by bugs.debian.org; 14 Mar 2005 00:09:59 +0000
>From [EMAIL PROTECTED] Sun Mar 13 16:09:59 2005
Return-path: <[EMAIL PROTECTED]>
Received: from 68.105.138.210.bn.2iij.net (viper2.netfort.gr.jp)
[210.138.105.68]
by spohr.debian.org with smtp (Exim 3.35 1 (Debian))
id 1DAd9i-0005Yn-00; Sun, 13 Mar 2005 16:09:58 -0800
Received: (qmail 11948 invoked from network); 14 Mar 2005 00:09:57 -0000
Received: from unknown (HELO atoron.dancer.pr.jp.netfort.gr.jp) (127.0.0.1)
by viper2.netfort.gr.jp with SMTP; 14 Mar 2005 00:09:57 -0000
Date: Mon, 14 Mar 2005 09:09:57 +0900
Message-ID: <[EMAIL PROTECTED]>
From: Junichi Uekawa <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: fixed bugs...
User-Agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.6 (Maruoka)
FLIM/1.14.6 (Marutamachi) APEL/10.6 Emacs/21.3 (i386-pc-linux-gnu) MULE/5.0
(SAKAKI)
MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka")
Content-Type: text/plain; charset=US-ASCII
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=-3.0 required=4.0 tests=BAYES_00 autolearn=no
version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
ecasound2.2 (2.4.0-1) unstable; urgency=low
* New upstream release
- fixes filename parsing code (closes #285265, #284312, #285264)
- effect presets value eca:0.69 is now eca:69 (closes: #296505)
* disable arts support temporarily since it doesn't build
* debian/rules, debian/ecasound.manpages:
use installman instead of installmanpages
-- Junichi Uekawa <[EMAIL PROTECTED]> Sun, 13 Mar 2005 19:16:08 +0900
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]