0 |
You can set how many bytes |
Converted sound data |
- SOURCE: 8 bit mono WAV samples
- 8 bit mono: OK
- 8 bit stereo: (leftByte+rightByte)/2 = OK
- 16 bit mono: highByte = OK
- 16 bit stereo: highByte of (leftWord+rightWord)/2 = OK
You can use other sound formats, but you have to convert them to WAV. LUMYDCTT uses "fre:ac"-plugin for it.
- DESTINATION: pseudo 8 bit samples
- there is a basic 256-items list with the discrete values of the $FF11 TED register
- you can alter this list by bits
- each SOURCE bytes are going to be converted by this list
|