dolphin-emulator/Source/Core
kamiyo e864521182 High Quality Resampler, using FIR filter
For more information:
https://docs.google.com/document/d/1tBEgsJh7QiwNwepXI0eobfK3U8LkJButSyeuFt1degM/edit?usp=sharing

removed: SSE includes (not used)

added: 16bit -> float -> 16bit functions
added: linear interpolator and high-quality (windowed-sinc) interpolator functions (including Resampler class)
added: dithering

changed: renamed variables and reformatted a few things to fit with style guide (braces, #include->const)
changed: use s16, u16, s32, u32 etc
changed: store samples and do all computations as floats
changed: volume from 0 - 255
2015-02-18 21:13:45 -05:00
..
AudioCommon High Quality Resampler, using FIR filter 2015-02-18 21:13:45 -05:00
Common Merge pull request #1979 from Mullin/head 2015-02-18 21:54:16 +01:00
Core Fix mulli's flags in the instruction tables. 2015-02-18 16:26:12 -06:00
DiscIO Merge pull request #2042 from unknownbrackets/gcz-fix 2015-02-14 13:46:06 +11:00
DolphinQt Merge pull request #2015 from Stevoisiak/WAD-Version-Check 2015-02-13 22:09:30 +01:00
DolphinWX Merge pull request #2041 from Sonicadvance1/AArch64_vertex_loader 2015-02-17 00:51:51 -06:00
InputCommon Merge pull request #1923 from Sonicadvance1/remove_sdl_assumption 2015-01-21 13:29:39 -06:00
UICommon PostProcessing: Add support for user-supplied anaglyph shaders. 2015-01-25 22:07:03 +01:00
VideoBackends Change RunVertices' function arguments. 2015-02-13 12:16:06 -06:00
VideoCommon Allow multiple texture cache entries for textures at the same address 2015-02-18 23:54:40 +01:00
CMakeLists.txt