|
|
Rockbox mail archiveSubject: Silent Play definitely relates to bit-swappingFrom: Michael O'Quinn (michael_at_oquinn.info) Date: 2003-04-12
Since I can now reproduce this error at will on virtually any song, I've
I just took the latest source ("rockbox-daily-20030411.tar.gz") and
*** mpeg.c.old Fri Apr 11 15:44:11 2003
! extern void bitswap(unsigned char *data, int length);
#ifdef HAVE_MAS3587F
! /* extern void bitswap(unsigned char *data, int length); */
#ifdef HAVE_MAS3587F
! bitswap(mp3buf + mp3buf_swapwrite, amount_to_swap);
mp3buf_swapwrite += amount_to_swap;
! /* bitswap(mp3buf + mp3buf_swapwrite, amount_to_swap); */
mp3buf_swapwrite += amount_to_swap;
...and recompiling.
With this build, when I play songs they have the exact same blurps at the
Hence, Silent Play is NOT a problem reading from the disk, but IS a
Michael
Page was last modified "Jan 10 2012" The Rockbox Crew |