View Single Post
  #305 (permalink)  
Old 23rd Sep 2009, 9:29 am
flasher86 flasher86 is offline
Member
I love my MPx player
 
Join Date: Jun 2009
Posts: 174
Default

I looked through the code and it looks ok. Perhaps player thinks it is in speaker mode (even RK260X players controls speaker digitally). Check whether this happens to all the audio codecs. If you can, make some on screen messages in audio source files, so you can see what happens with buffers and variables. Make a check function which will check if Right and Left buffers are the same. And if they are different, then check at what point they become the same. In RK260X pcm buffer is joined together from two channels, maybe it is the same with 2706. If that so, also check whether it combines the channels properly. It should be combined into buffer of INT. One left INT, next right INT and so on.

If there's a bug in compiled codecs, then it is for sure dead project. I hope you will figure this out, because I already made a decision to buy 'your' player, but only if SDK works perfectly.

Last edited by flasher86; 23rd Sep 2009 at 9:36 am.
Reply With Quote