aboutsummaryrefslogtreecommitdiffstats
path: root/native-tools/bsincgen.c
Commit message (Collapse)AuthorAgeFilesLines
* Use a -40dB drop for bsinc12Chris Robinson2018-01-071-2/+2
| | | | | | | This improves the transition width at the cost of slightly more audible high- frequency noise (nothing compared to linear or cubic, but still some). The previous transition band caused a noticeable loss in higher frequencies, making lower sample rate sources sound exceptionally dull or muffled.
* Remove the sinc4 tableChris Robinson2018-01-071-43/+4
|
* Don't hide the log2 macro behind an Android-only macroChris Robinson2017-10-071-1/+1
|
* Avoid using wmain on WindowsChris Robinson2017-08-301-0/+2
|
* Automatically generate the bsinc table when buildingChris Robinson2017-08-281-0/+404
This makes bsincgen a native tool like bin2h, so it can run automatically when compiling.