summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2003-05-03 13:00:25 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2003-05-03 13:00:25 +0000
commit7b703460a74a77285f8cbbc0685fdfd5cd7f9685 (patch)
tree67ce5568e3ba393d4fac7f69ef2c0a4fdf2ba937 /docs
parentfce21ff828a4d4db68ada49d97a03ac875bce9e3 (diff)
downloadrockbox-7b703460a74a77285f8cbbc0685fdfd5cd7f9685.tar.gz
rockbox-7b703460a74a77285f8cbbc0685fdfd5cd7f9685.zip
Clarifications regarding equalizer/analyzer, plus new sound effect question
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3643 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'docs')
-rw-r--r--docs/NODO16
1 files changed, 13 insertions, 3 deletions
diff --git a/docs/NODO b/docs/NODO
index b86731661c..91b8629900 100644
--- a/docs/NODO
+++ b/docs/NODO
@@ -40,9 +40,9 @@ A7. The Archos Multimedia is a completely different beast. It is an entirely
Others may do so. We do not.
-Q8. Multi-band (or graphic) equalizer!
-A8. We cannot access information for that kind of visualization from the MP3
- decoding harware.
+Q8. Multi-band equalizer!
+A8. The MAS only offers the standard bass/treble settings and we can't do
+ anything about it.
Q9. Support other filesystems than FAT32 (like NTFS or ext2 or whatever)!
A9. No.
@@ -74,3 +74,13 @@ A13. The original Archos firmware used really big directories was a workaround
directories, then build playlists for all collections you want to
shuffle-play. We feel more then 400 files becomes a bit unweildly to
maintain or work with. Playlists are much easier to manage.
+
+Q14. Graphic frequency (spectrum) analyzer!
+A14. We can't access the audio waveform from the MP3 decoder so we can't
+ analyze it. Even if we had access to it, the CPU would probably be too
+ slow to perform the analysis anyway.
+
+Q15. Cool sound effects!
+A15. Adding new sound effects requires reprogramming the MAS chip, and we can't
+ do that. The MAS chip is programmable, but we have no access to the chip
+ documentation.