diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2003-01-16 16:29:29 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2003-01-16 16:29:29 +0000 |
| commit | 379416d2e91aa8837a72e8e59bd9c7d3883b0c23 (patch) | |
| tree | 3e224cf2bd0e60fd3afd1d0349f7b84c1c54d41e | |
| parent | 153c91005714d349f61f3f53193cf21c8cdbb073 (diff) | |
| download | rockbox-379416d2e91aa8837a72e8e59bd9c7d3883b0c23.zip rockbox-379416d2e91aa8837a72e8e59bd9c7d3883b0c23.tar.gz rockbox-379416d2e91aa8837a72e8e59bd9c7d3883b0c23.tar.bz2 rockbox-379416d2e91aa8837a72e8e59bd9c7d3883b0c23.tar.xz | |
fix language
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3115 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | docs/NODO | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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. |