On Jul 21, 2005, at 12:38 PM, William Stewart wrote:
Can you support CAF files?
- AudioFile API does
We support them as Import, AFAIK. The "Import" feature reads files through the AudioFile API and writes them to temp Wave Editor files - so whatever the AudioFile API supports, we automatically support (or are supposed to). Haven't tried Export yet, but it'd go in that list.
What about compressed formats (Apple Lossless), both for read and write
- AudioConverter - see the properties for Converter Parameters - that's what QT uses to present options dialogs for the settings for AAC for instance
I haven't tried Apple Lossless and those type of formats yet, but I'd imagine that'd come through the import as well.
I will look into those AAC parameters - there doesn't happen to be a default view I can build from, is there?
In the overveiw window, its hard to see the drag point against the samples
The little dimple? Yea, it's tiny. I noticed Apple Mail is using a cleaner one, I'll try and lift that one.
You might want to look at the Generic Cocoa View we shipped in Tiger - its a better interface than the Carbon one I think
- CoreAudioKit/AUGenericView
- that can also be resized horizontally (you can tell by using the standard NSView methods for resize options on ANY Cocoa view)
One of my beta testers told me about that and I haven't attacked it yet - I'll walk through it and find out why it's not loading that first (my AudioUnitEditor should load Cocoa->Carbon->generic in that order)...