From 5347b4eaa637f6ebbfc8bb98156f908ebc7b4438 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Tue, 17 Dec 2002 00:08:14 +0000 Subject: Added Question 71 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3011 a1c6a512-1295-4272-9138-f99709370657 --- docs/FAQ | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/FAQ') diff --git a/docs/FAQ b/docs/FAQ index 9d69aa09a7..7018178dc8 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. -- cgit v1.2.3