1
0
Fork 0
forked from len0rd/rockbox

Added Question 71

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3011 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2002-12-17 00:08:14 +00:00
parent dfb9b2418b
commit 5347b4eaa6

View file

@ -639,3 +639,8 @@ A70: If your device is off and you connect the charger, the Archos charger code
is started immediately. You can then start Rockbox with holding down the
ON key for several seconds. Hold the key down a really long time, until
you see the Rockbox logo!
Q71: Why can't you implement a crossfader? That would be so cool!
A71: To crossfade you need to decode two MP3 streams simultaneously. The MP3
decoding is done in hardware and we only have one decoder chip, so it
can't be done. Sorry.