esdfile.c:72 reads:

    if ( in_compression != AF_COMPRESSION_NONE )
    {
        /* fputs ("compressed audio not supported supported\n", stderr); */
        return 0;
    }

In the example .au file I tested, in_compression was 502 at this
point in the code.  That corresponds to AF_COMPRESSION_G711_ULAW
(AF_COMPRESSION_NONE is 0) (source: /usr/include/audiofile.h 
on Debian testing).

If I comment out the 'return 0', all is well.  My .au files
play just fine despite their "compression".

^E
-- 
Ed Santiago               Toolsmith               [EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to