Question

I need to process the audio stream of an .m4v movie file?

Can anyone get me started?

This is my first go at an osx project, up till now I've only done iOS

( specifically I need to examine the audio stream for a beep, which is well defined. if I can get the audio stream as a bunch of floats or ints I should be able to extract it without too much trouble )

Was it helpful?

Solution

There is plenty of sample code for working with audio at developer.apple.com.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top