Changes between Initial Version and Version 1 of Ticket #10559, comment 7


Ignore:
Timestamp:
06/02/18 22:56:53 (6 years ago)
Author:
bonki

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10559, comment 7

    initial v1  
    11@jepael I cannot replicate this, can you describe what exactly you did? If I change the codec number in the sound data block from 0x00 (unsigned 8 bit) to 0x04 (signed 16 bit) and leave the frequency divisor alone (0xA6, aka 11111 Hz) the file still plays as garbage.
    22
    3 ''However'', if I completely strip the VOC header and treat the data as PCM signed 16 bit, big endian at 44100 Hz it seems to play correctly.
    4 This leads me to believe that this isn't really a VOC file to begin with because VOCs are always little endian (I think).
     3''However'', if I strip the VOC header and treat the data as PCM signed 16 bit, big endian at 44100 Hz it seems to play correctly.
     4This leads me to believe that this isn't really a proper VOC file to begin with because signed audio in VOC is always little endian (I think).