Search code examples
iphoneaudioaudiostreamer

Is it possible to extend Matt Gallagher's AudioStreamer Framework to play other formats than MP3?


What I need are at least these formats (or at least some of them):

  • Ogg / Vorbis
  • WMA over MMS/ASF
  • AAC / AAC+

Matt seems to use some of the Apple frameworks for audio playback, so I wonder if it would be too hard to add support for additional formats other than only MP3?


Solution

  • I think it could be with FFmpeg and libmms, but I don't know how :(