Opened 22 years ago

Closed 22 years ago

Last modified 5 years ago

#7961 closed patch

Sound crash

Reported by: SF/mkarcher Owned by: SF/ender
Priority: normal Component: Audio
Version: Keywords:
Cc: Game:

Description

The calculation of the effective sample length in mixer.cpp for raw streams is wrong. You divide rate and length by two unless the length is less than 65536. Mathematically this is OK, but if length is divisible by 4, and rate is not divisible by four the quotient gets larger by this operation, so you get a too long effective sample length.

Ticket imported from: #550951. Ticket imported from: patches/66.

Attachments (1)

scummdiv (596 bytes ) - added by SF/mkarcher 22 years ago.
patch fixing sound crash

Download all attachments as: .zip

Change History (4)

by SF/mkarcher, 22 years ago

Attachment: scummdiv added

patch fixing sound crash

comment:1 by SF/ender, 22 years ago

Thanks a lot for tracking this one down! This finally gets rid of those annoying german language crashes ;)

It was such a deeply burried bug I never found it before.

comment:2 by SF/ender, 22 years ago

Owner: set to SF/ender
Status: newclosed

comment:3 by digitall, 5 years ago

Component: Audio
Note: See TracTickets for help on using tickets.