/[svn]
ViewVC logotype

Revision 1484


Jump to revision: Previous Next
Author: senoner
Date: Thu Nov 15 13:24:41 2007 UTC (16 years, 4 months ago)
Changed paths: 3
Log Message:
* Stream.h: added a missing divide by BytesPerSample in GetWriteSpace()
* since this function is currently only used in the stream's
* qsort() compare function, it did trigger any bugs
* Resampler.h, Synthesizer.h:
* cubic interpolation now works in 24bit mode too
* faster method to read 24bit words on little endian machines (x86):
*  replaced 3 byte reads + shifts with a 1 unaligned 32bit read and shift


Changed paths

Path Details
Directorylinuxsampler/trunk/src/engines/common/Resampler.h modified , text changed
Directorylinuxsampler/trunk/src/engines/gig/Stream.h modified , text changed
Directorylinuxsampler/trunk/src/engines/gig/Synthesizer.h modified , text changed

  ViewVC Help
Powered by ViewVC