February 2009
26 posts
Watching @ev on Charlie Rose and feeling a bit like a failure.
I wonder how much it would cost for Kinkos to print the entire iPhone SDK docs for bathroom reading material. And car trips.
Practicing deep breathing before I reach across the counter and smack the car rental guy.
#iphonedev #protip in order to use MPVolumeView after initializing an AudioSession, you have to use kAudioSessionCategory_MediaPlayback.
Had baby back ribs for lunch and having a serious pizza craving right now. This is going to be a > calorie day.
Catching up with everything I missed in the last week. Like taking the dead fish back to the store.
Scratch that, just spent the last hour playing with Ocarina.
Ah. Sleep. At last.
Anyone know how to determine iPhone 3G vs. iPhone 1st gen programatically?
Sometimes the easy path is the right path. Don’t overlook stupid simple solutions to complex problems.
just about took two tylenol PM instead of the aspirin I reached for. that would have been bad. :P
Time for round #65.
dinner time.
I will win.
PETITION TO IMPROVE CORE AUDIO DOCUMENTATION PLZ.
Anyone know why I can’t use kAudioFormatFlagIsFloat instead of kAudioFormatFlagIsSignedInteger for an AudioStreamBasicDescription?
#protip #iphonedev generate middle C sine wave: for(int i=0; i<1024;i++) b[i] = (SInt16)(32000.0 * sin((i/1024.0)*2.0*M_PI*6.0));
#iphonedev doc funny: http://tinyurl.com/abymnp “playing their favorite killing song in the iPod app”
Crawling through CoreAudio docs again. Going to be a master by the time this is done.
Just about have my own sharp noise filter written. Ah, the joys of AudioUnit and FFT.
Oh wait, nothing about Craigslist is great. I forgot.
Craigslist “Report Abuse” feature is great.
all alone at the office. need to start getting up earlier again.
Time Stretching And Pitch Shifting of Audio... →