From owner-freebsd-questions Thu Sep 27 10:30:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by hub.freebsd.org (Postfix) with ESMTP id 66FC437B429 for ; Thu, 27 Sep 2001 10:30:43 -0700 (PDT) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with local-bsmtp id 15mezi-0004kh-00; Thu, 27 Sep 2001 19:30:42 +0200 Received: (from daemon@localhost) by kemoauc.mips.inka.de (8.11.6/8.11.6) id f8RGTtv47954 for freebsd-questions@freebsd.org; Thu, 27 Sep 2001 18:29:55 +0200 (CEST) (envelope-from daemon) From: naddy@mips.inka.de (Christian Weisgerber) Subject: Re: ogg -> wav Date: Thu, 27 Sep 2001 16:29:53 +0000 (UTC) Message-ID: <9ovk61$1eq9$1@kemoauc.mips.inka.de> References: <20010927012103.A26682@linus.highpoint.edu> Originator: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Zach Hartley wrote: > does anyone know of any software, or perhaps a convert ogg vorbis file to > wav files? ideally i'd do something like the following: > > splay -d audiofile.ogg | $WAV_CONVERTER ogg123 -d wav -f audio.wav audio.ogg You can't properly pipe a wav file, because its header contains the length which can of course only be finalized after the main body has been decoded and written out, so you need to be able to lseek() on the wav file. -- Christian "naddy" Weisgerber naddy@mips.inka.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message