A couple of high-level questions
A couple of high-level questions
- Subject: A couple of high-level questions
- From: Hamish Allan <email@hidden>
- Date: Wed, 4 Feb 2004 04:06:04 +0000
Folks,
I'm planning to write an application with an interface allowing for
direct interaction with a visual representation of an audio file (c.f.,
Sound Studio or Soundtrack Loop Utility).
I want to be able to read a variety of file formats (AIFF, WAV, MP3,
AAC), but get access to PCM data for direct manipulation, Fourier
analysis, etc. I am assuming that this can be achieved through
QuickTime?
Then I want to be able to correlate the visual representation with the
audio during playback (e.g., the canonical line which moves across the
screen showing which part of the sample is currently playing). I'm
thinking I would do this by invalidating a custom NSView during those
callbacks in which I calculate that the line needs moved. Is this a
reasonable way to do it?
Is CoreAudio better suited to this purpose than the Carbon Sound
Manager? Also, I am wondering what I might gain (apart from minimal
performance increments) by using CoreAudio instead of PortAudio?
Thanks,
Hamish
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.