From 379416d2e91aa8837a72e8e59bd9c7d3883b0c23 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 16 Jan 2003 16:29:29 +0000 Subject: fix language git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3115 a1c6a512-1295-4272-9138-f99709370657 --- docs/NODO | 9 +++++---- 1 file 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! A2. The recording hardware (the MAS) does not allow us to do this. Q3. Crossfade between tracks! -A3. Crossfading would require two mp3 decorders, and we only have one. This +A3. Crossfading would require two mp3 decoders, and we only have one. This is not possible. Q4. 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. strictly made for disk-access and does not allow us to play with it the way we'd need for any good communication to work. -Q5. Support MP3pro and WMA playback! -A5. The mp3-decoding hardware cannot do this. +Q5. Support MP3pro, WMA or other sound format playback! +A5. The mp3-decoding hardware can only play MP3. We cannot make it play other + sound formats. Q6. Converting OGG->MP3 A6. The mp3-decoding hardware cannot decode ogg. It can be reprogrammed, but @@ -64,4 +65,4 @@ Q11. CBR recording! A11. The MP3 encoding hardware does not allow this. Q12. Change tempo of a song without changing pitch! -A12. The MP3 decoding hardwar does now allow this. +A12. The MP3 decoding hardware does now allow this. -- cgit v1.2.3