summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2002-12-17 00:08:14 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2002-12-17 00:08:14 +0000
commit5347b4eaa637f6ebbfc8bb98156f908ebc7b4438 (patch)
tree02758a5f81559c73adda478903af4eb7ccf2b5bf
parentdfb9b2418bad770071a32fd2ed5633a39d237b66 (diff)
downloadrockbox-5347b4eaa637f6ebbfc8bb98156f908ebc7b4438.zip
rockbox-5347b4eaa637f6ebbfc8bb98156f908ebc7b4438.tar.gz
rockbox-5347b4eaa637f6ebbfc8bb98156f908ebc7b4438.tar.bz2
rockbox-5347b4eaa637f6ebbfc8bb98156f908ebc7b4438.tar.xz
Added Question 71
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3011 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--docs/FAQ5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/FAQ b/docs/FAQ
index 9d69aa0..7018178 100644
--- a/docs/FAQ
+++ b/docs/FAQ
@@ -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.