Recording sound with QuickTime?
This is getting boring. I am investigating Sound recording in QuickTime since yesterday and it sucks. I usually like developing in c, but the QuickTime api is a dangerous beast for beginners. Not that it's not logical or something, but it's amazingly hard to find a starting point to get at least "Some" result. All I want to do is record a QuickTime Track and add that to a Movie. Sounds easy, ist hard. There is some sample code from Apple which usually does a lot of nested sound and video stuff or has amazingly huge structs.
How about:
mySoundTrack=[QTSoundTrack soundTrackWithSomeInitData:dada];
[mySoundTrack record];
...
[mySoundTrack stop];
Most of the time I would not need anything else... Thanks for listening :p
by Stefan LHComments
Display comments as
(Linear | Threaded)
Add Comment



