Recording sound with QuickTime?

Monday, August 14. 2006
0 comments
0 trackbacks

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 LH

Comments
Display comments as (Linear | Threaded)

No comments

Add Comment

You can use [geshi lang=lang_name [,ln={y|n}]][/lang] tags to embed source code snippets
Standard emoticons like :-) and ;-) are converted to images.

To prevent automated Bots from commentspamming, please enter the string you see in the image below in the appropriate input box. Your comment will only be submitted if the strings match. Please ensure that your browser supports and accepts cookies, or your comment cannot be verified correctly.
CAPTCHA

Markdown format allowed