summaryrefslogtreecommitdiff
path: root/docs/NODO
diff options
context:
space:
mode:
Diffstat (limited to 'docs/NODO')
-rw-r--r--docs/NODO9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/NODO b/docs/NODO
index aa6424b714..b607d566b7 100644
--- a/docs/NODO
+++ b/docs/NODO
@@ -6,7 +6,7 @@ Q2. Record to WAV (uncompressed) or MP3pro format!
6A2. The recording hardware (the MAS) does not allow us to do this. 6A2. The recording hardware (the MAS) does not allow us to do this.
7 7
8Q3. Crossfade between tracks! 8Q3. Crossfade between tracks!
9A3. Crossfading would require two mp3 decorders, and we only have one. This 9A3. Crossfading would require two mp3 decoders, and we only have one. This
10 is not possible. 10 is not possible.
11 11
12Q4. Interfacing with other USB devices (like cameras) or 2 player games over 12Q4. Interfacing with other USB devices (like cameras) or 2 player games over
@@ -21,8 +21,9 @@ A4. The USB system demands that there is a master that talkes to a slave.
21 strictly made for disk-access and does not allow us to play with it the 21 strictly made for disk-access and does not allow us to play with it the
22 way we'd need for any good communication to work. 22 way we'd need for any good communication to work.
23 23
24Q5. Support MP3pro and WMA playback! 24Q5. Support MP3pro, WMA or other sound format playback!
25A5. The mp3-decoding hardware cannot do this. 25A5. The mp3-decoding hardware can only play MP3. We cannot make it play other
26 sound formats.
26 27
27Q6. Converting OGG->MP3 28Q6. Converting OGG->MP3
28A6. The mp3-decoding hardware cannot decode ogg. It can be reprogrammed, but 29A6. The mp3-decoding hardware cannot decode ogg. It can be reprogrammed, but
@@ -64,4 +65,4 @@ Q11. CBR recording!
64A11. The MP3 encoding hardware does not allow this. 65A11. The MP3 encoding hardware does not allow this.
65 66
66Q12. Change tempo of a song without changing pitch! 67Q12. Change tempo of a song without changing pitch!
67A12. The MP3 decoding hardwar does now allow this. 68A12. The MP3 decoding hardware does now allow this.