#1882 closed defect (fixed)
TOOLS/OSX: compress_san endian bug
Reported by: | SF/pwigren | Owned by: | aquadran |
---|---|---|---|
Priority: | high | Component: | Tools |
Version: | Keywords: | ||
Cc: | Game: |
Description
After compressing .san-files with compress_san on my G5, they sound like they are being played through a death metal distortion pedal... :)
Ticket imported from: #1098635. Ticket imported from: bugs/1882.
Change History (9)
comment:1 by , 20 years ago
comment:2 by , 20 years ago
Status: | new → pending |
---|
comment:3 by , 20 years ago
No I didn't. :) But I tried again and it didn't help.. Not for compress_san anyway...
comment:4 by , 20 years ago
Status: | pending → new |
---|
comment:5 by , 20 years ago
Owner: | set to |
---|---|
Priority: | normal → high |
Summary: | Mac OS X/tools: compress_san endian bug → TOOLS/OSX: compress_san endian bug |
comment:6 by , 20 years ago
Aquadran, hm, isn't this (line 425) endian unsafe: int16 wavSampleL = *(int16 *)(wavBuf + offset + r + 0);
At least if I am reading the code correctly... I assume the code should be using TO_LE_16 there.
comment:8 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:9 by , 6 years ago
Component: | → Tools |
---|
Note:
See TracTickets
for help on using tickets.
Did you modify the Makefile for big endian compilation?