Welcome to the Rockbox Technical Forums!
Further update for those awaiting this!I have completed the plugin WMA decoder and have been banging my head against the wall for the last few days because although the code compiles and runs fine in the uisimulator, it won't compile for my platform, the iRiver H340. For the technically minded, it causes an internal compiler error "insn does not satisfy its constraints".I have been attempting to come up with test code that exhibits the problem but of course it does not show when I isolate the code. I will continue to rework/reorder the code until I get it to generate correctly.Wish me luck
I've came up against these problems with porting the AAC codec - it's due to bugs in the m68k version of gcc.One thing that worked was to ensure that the signedness of variables was consistent - i.e. removing comparisons between signed and unsigned variables seems to tickle gcc into submission.
Just wondering if there was any more news on the progression front, Marsdaddy ?Hope everything's going well,
1) The decoder is not accurate enough - I sort of knew this but wanted to carry on with getting the WMA decoder working in the simulator and H300 first. I have a plan for tackling this as I can debug another WMA decoder etc. etc.
2) The decoder is sllllloooooowwwww... too slow. Good news is there are a number of places in the code that optimisations can be made.
Page created in 0.084 seconds with 18 queries.