I have seen some test unit in android. Can I used any of that to test codec only(without parser)?
On Dec 9, 9:23 pm, Dave Sparks <[EMAIL PROTECTED]> wrote: > You could hack up a parser that takes a stream of raw WMA frames. I'd > probably start from the WAVE file parser. > > On Dec 8, 9:04 pm, Yogi <[EMAIL PROTECTED]> wrote: > > > Hi All, > > > I have integrated WMA codec onto android i.e compiled successfully but > > i want to test that integrated codec without parser. > > > Can I test the integrated codec without building the complete audio > > graph or by creating some dummy graph? > > > If I hard code elementry stream(output of parser) in codec and > > forcefully try to execute WMA code, will it work? > > > Thanks in advance, > > Yogi > > --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [EMAIL PROTECTED] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
