From owner-freebsd-multimedia Thu Oct 23 01:07:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA08280 for multimedia-outgoing; Thu, 23 Oct 1997 01:07:11 -0700 (PDT) (envelope-from owner-freebsd-multimedia) Received: from relay1.bcs.zaporizhzhe.ua (relay1.bcs.zp.ua [194.58.182.65] (may be forged)) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA08210 for ; Thu, 23 Oct 1997 01:05:31 -0700 (PDT) (envelope-from serg@bcs3.bcs.zaporizhzhe.ua) Received: from bcs3.bcs.zaporizhzhe.ua (bcs3.bcs.zp.ua [195.123.10.73]) by relay1.bcs.zaporizhzhe.ua (8.8.5/8.8.5) with ESMTP id LAA24761; Thu, 23 Oct 1997 11:04:25 +0300 (EET DST) Received: (from serg@localhost) by bcs3.bcs.zaporizhzhe.ua (8.8.5/8.8.5) id LAA01928; Thu, 23 Oct 1997 11:04:58 +0300 (EEST) Message-ID: X-Mailer: XFMail 1.2-beta-101597 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Thu, 23 Oct 1997 11:04:57 +0300 (EEST) Organization: Business Computer Service From: Sergey Shkonda To: Doug White Subject: Re: How to play M$ ADPCM .wav file ? Cc: multimedia@FreeBSD.ORG, Sergey Shkonda Sender: owner-freebsd-multimedia@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On 23-Oct-97 Doug White wrote: > On Tue, 21 Oct 1997, Sergey Shkonda wrote: > > Use sox. In the ports tree under `audio'. sox _can't_ play MS ADPCM: >From soxgamma: wav.c: ... wavstartread(ft) { ... switch (wFormatTag) { case WAVE_FORMAT_UNKNOWN: fail("Sorry, this WAV file is in Microsoft Official Unknown format."); ... case WAVE_FORMAT_ADPCM: fail("Sorry, this WAV file is in Microsoft ADPCM format."); case WAVE_FORMAT_ALAW: /* Think I can handle this */ ... } > > Doug White | University of Oregon > Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant > http://gladstone.uoregon.edu/~dwhite | Computer Science Major > > -- Sergey Shkonda (serg@bcs.zaporizhzhe.ua)