dolphin/Source
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
..
Android Update Android cmake. 2015-01-26 21:26:54 -06:00
Core High Quality Resampler, using FIR filter 2015-02-18 21:13:45 -05:00
DSPSpy
DSPTool
PCH
UnitTests Convert our vertex loader unit test to the new RunVertices arguments arrangement. 2015-02-16 16:51:39 -06:00
VSProps Externals: update libusb to version 1.0.19 2015-02-12 01:04:43 +01:00
.clang-format
CMakeLists.txt
dolphin-emu.sln make libusb vcxproj use standard dolphin template and don't compile strerror.c. 2015-02-18 13:29:39 -08:00