Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Oct 1997 11:04:57 +0300 (EEST)
From:      Sergey Shkonda <serg@bcs.zp.ua>
To:        Doug White <dwhite@resnet.uoregon.edu>
Cc:        multimedia@FreeBSD.ORG, Sergey Shkonda <serg@bcs.zp.ua>
Subject:   Re: How to play M$ ADPCM .wav file ?
Message-ID:  <XFMail.971023110457.serg@bcs.zaporizhzhe.ua>
In-Reply-To: <Pine.BSF.3.96.971022192247.1736F-100000@gdi.uoregon.edu>

next in thread | previous in thread | raw e-mail | index | archive | help

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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.971023110457.serg>