R – suporting .rm audio formats in iPhone

audioiphonerm

I need to design a application that supports the streaming of .rm audio from the server.

But from the api docs of apple it seems that .rm is not supported in iPhone.
Is there any other way to implement this …. ???

Best Regards,

Mohammed Sadiq .

Best Answer

When the built-in SDK doesn't provide support, the only option is to roll your own codec and play!

Check audio units if you are motivated to do that!