Hi everyone. I'm working on an application that reads MP3 streams and it would
be even better if it could read in WMA streams (or Real for that matter),
decode them, and play them back to the user. My initial thoughts are that this
is not impossible. It SHOULD be a matter of loading the WMA in as a URLStream
or Socket and decoding the result into something the Sound object can play. Is
anyone familiar with source that would do this decoding, perhaps in another
language that could be ported to AS3? Would anyone be interested in joining me
on coding an open-source version of this?