Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-14 | AUDIO: Fix compilation with Clang | Torbjörn Andersson | |
Reported by angstsmurf. | |||
2019-02-10 | AUDIO: Simplify _audioGain calculation | Torbjörn Andersson | |
No need to explicitly set it to 1.0. (There may have been in an earlier version, to avoid any possible rounding error. But if so, that reason is long gone.) | |||
2019-02-10 | ZVISION: Boost volume for MPEG cutscenes | Torbjörn Andersson | |
The high-resolution videos play back at much lower volume than the original ones. This adds hard-coded values for how much to amplify each cutscene. It's all done by ear, and it does introduce some clipping, but I think it should be acceptable. Of course, it could also be a problem with the audio decoder, so this may be the wrong approach entirely. | |||
2018-11-04 | AUDIO: Add a separate AC-3 decoder | Torbjörn Andersson | |
This code comes from clone2727's now defunct (?) ac3 branch. |