Skip to content

Commit

Permalink
High Quality Resampler, using FIR filter
Browse files Browse the repository at this point in the history
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
  • Loading branch information
kamiyo committed Feb 19, 2015
1 parent 1a3bc8f commit e864521
Show file tree
Hide file tree
Showing 2 changed files with 352 additions and 152 deletions.

0 comments on commit e864521

Please sign in to comment.