Supermodel/Src/Sound
toxieainc 4c727abdc8 change all INT16 mixing/intermediate clamping to floats
also fixes 3 bugs:
1) mpeg right channel volume was always using the left channel volume, too
2) too high MusicVolume setting was not clamped to 0..200
3) too high SoundVolume setting was not clamped to 0..200
2022-11-06 13:00:13 -08:00
..
MPEG Fix possible negative pointer arithmetic which was causing the music to wrap around. 2019-02-22 01:00:41 +00:00
SCSP.cpp change all INT16 mixing/intermediate clamping to floats 2022-11-06 13:00:13 -08:00
SCSP.h change all INT16 mixing/intermediate clamping to floats 2022-11-06 13:00:13 -08:00
SCSPDSP.cpp Various SCSP improvements and code cleanup: 2020-08-22 20:41:47 +00:00
SCSPDSP.h Getting rid of most of the includes from Supermodel.h; each file now explicitly includes the header files it needs. 2021-11-22 17:15:06 +00:00
SCSPLFO.cpp Harmless math warning fixes. map->unordered_map in CNew3D::CacheModel. Avoid general aliasing problems (using bit_cast or the recommended/optimized-away memcpy). 2022-10-03 17:59:59 -07:00