views:

58

answers:

1

I'm making an iphone app that needs to adjust audio speed, and in the question here , it decompresses audio, so I'm concerned with it working for Itunes' Encoded/Purchased AAC Audio format. Will it work?

A: 

Haven't tried it, but it should work. iTunes music isn't copy-protected anymore, it's just tagged with the customer's name.

NSResponder
Correction: New purchases aren't playback-protected (they're just normal .m4a file), but existing .m4p files still have DRM intact and still require proper authorization.
Quinn Taylor
So, would DRM protected files run with this code? I know that current iTunes music will, but what about previously purchased music?
hephaestus042