From: Keith R. <Kei...@ea...> - 2001-04-09 08:09:49
|
> Do the File associations not work in KDE Control > Center ? No. That's my point. Something is overriding the usual mime types mechanism. If I use Konqueror to determine the mime type -- just by the mous -position flash-up text says "Supported by Netscape plugin". Nothing I can do with the usual mime types mechanism ever changes this behaviour. > > > My suggestion is that the mime types list in TrackListManager.cpp > > should accept both "audio/basic" and "audio/x-basic" mime types. I > > have tested this in my version and it works. > > Ok, I'll add this. > > Just one question, what exactly is audio/(x-)basic > (.au) for an format, is it compressed or big > endian ? I thing au is a Sun format, though it may predate Sun's use of it. There are several possibilities. The 16-bit linear PCM version used for CD audio is big-endian. > > ** If it's big endian, would it make sense to > support it on big endian systems instead of wav > (which I think is only little endian) ? No, it's not a substitute. I have to work with both au and wav formats. The wonderful "sox" program converts between them. Joerg Schilly's cdrtools work with both and so should kreatecd. > ** Would it make sense, to add a Configuration > Dialog page to let the user choice, which > mime-types should be accepted, to override the > defaults ? I suspect new audio formats will continue appearing. To get maximum flexibility from kreatecd one ought to be able to configure a wide variety of audio formats and specify a converter program to turn the input file into one of cdrecord's natively supported formats.. The default for this program would be "sox" in which case you would immediately support several dozen other audio formats. It also allows resampling to handle formats other than 16-bit 44.1 kHz. Keith Refson -- Dr Keith Refson, "Paradigm is a word too often used by those who would Dept of Earth Sciences like to have a new idea but cannot think of one." Parks Road, -- Mervyn King, Deputy Governor, Bank of England Oxford OX1 3PR, UK Keith.Refson@ Tel: 01865 272026 earth.ox.ac.uk Fax: 01865 272072 |