Your message dated Tue, 14 Jun 2016 16:02:16 +0100
with message-id <[email protected]>
and subject line Re: Bug#170441: esound-clients: esdplay lacks the ability to
read from stdin
has caused the Debian Bug report #183234,
regarding audiofile: lacks the ability to read from stdin
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
183234: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=183234
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: esound-clients
Version: 0.2.23-3
Severity: normal
Hello,
for using esdplay with the vboxplay command from the isdnvboclients
package it is neccessary that esdplay understoods < > and better the -
alias for /dev/stdin. This will provide to esdplay the same features which
play and auplay already have. Without that modification in esdplay one has
to create constructs like that:
/usr/bin/vboxtoau <$SAMPLE > /tmp/vbox-outfile.au
/usr/bin/esdplay /tmp/vbox-outfile.au
rm /tmp/vbox-outfile.au
instead of:
/usr/bin/vboxtoau <$SAMPLE | /usr/bin/esdplay -
Bye
-- System Information
Debian Release: 3.0
Kernel Version: Linux flinx 2.4.19 #4 SMP Thu Sep 5 23:34:38 CEST 2002 i686
unknown
Versions of the packages esound-clients depends on:
ii esound-common 0.2.23-3 Enlightened Sound Daemon - Common files
ii libaudiofile0 0.2.3-4 The Audiofile Library
ii libc6 2.2.5-11.2 GNU C Library: Shared libraries and Timezone
ii libesd0 0.2.23-3 Enlightened Sound Daemon - Shared libraries
libesd-alsa0 Not installed or no info
--- End Message ---
--- Begin Message ---
On Mon, 3 Mar 2003 07:13:49 -0800 Ryan Murray <[email protected]> wrote:
> > for using esdplay with the vboxplay command from the isdnvboclients
> > package it is neccessary that esdplay understoods < > and better the -
> > alias for /dev/stdin. This will provide to esdplay the same features which
> > play and auplay already have. Without that modification in esdplay one has
> > to create constructs like that:
> >
> > /usr/bin/vboxtoau <$SAMPLE > /tmp/vbox-outfile.au
> > /usr/bin/esdplay /tmp/vbox-outfile.au
> > rm /tmp/vbox-outfile.au
> >
> > instead of:
> >
> > /usr/bin/vboxtoau <$SAMPLE | /usr/bin/esdplay -
>
> libaudiofile currently doesn't support reading from stdin. As esdplay uses
> this to decode file formats, I can't fix this until audiofile supports it.
This bug was fixed a loooong time ago (at least since 2002). You can
use either the afOpenFD or afOpenVirtualFile functions to implement
this.
James
signature.asc
Description: This is a digitally signed message part
--- End Message ---
_______________________________________________
pkg-multimedia-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers