[android-porting] Re: To test the integrated codec

2008-12-09 Thread Dave Sparks
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.

[android-porting] Re: To test the integrated codec

2008-12-09 Thread Yogi
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