Re: [Osalp-dev] Saving files...
Status: Abandoned
Brought to you by:
daservis
|
From: darrick <da...@dc...> - 2004-11-05 19:43:40
|
Hugh Macdonald wrote: > > When loading, AUTO works fine for me - it's when creating a new file, AUTO doesn't pick up the format from the extension (which I'd expect it to) The AUTO detection works only for opening files not creating them, as it's based on the content of the file (i.e. the header) and not the extension. > > And no, I don't think I am deleting sFile... good point - I take it some critical code is in the destructor... When the destructor is called the aiff header is updated with the number of samples written to the file. So it is rather critical. -- Darrick |