NSBlog
"A failure in the hot air department"
Showing entries tagged "coreaudio". Full blog index.
Friday Q&A 2012-10-26: Fourier Transforms and FFTs
at 2012-10-26 13:25
Last time around I discussed the basics of audio data, how to get it, and how to understand it. Today, I'm going to go into some detail about one of the fundamental tools for more complex audio analysis, the fourier transform, and the FFT algorithm that makes it practical to use on computers.
Friday Q&A 2012-10-12: Obtaining and Interpreting Audio Data
at 2012-10-12 13:20
Continuing the multimedia data processing trend, today I'm switching over to audio. A reader known as Derek suggested a discussion on how to obtain and interpret audio data, which is what I'll cover today.
Why CoreAudio is Hard at 2006-10-19 00:00
I wrote this post over in comp.sys.mac.programmer.help, then realized that it would make a pretty decent blog post as well. I have edited it slightly to work as a blog post rather than as a newsgroup post. If you've ever wondered why CoreAudio is so difficult to use and why it can't be simple and easy like CoreImage or CoreVideo, read on.