aboutsummaryrefslogtreecommitdiffstats
path: root/native-tools
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
|
* Use the correct functions set to the compiler switchesChris Robinson2017-12-151-1/+4
|
* Don't hide the log2 macro behind an Android-only macroChris Robinson2017-10-071-1/+1
|
* Avoid using wmain on WindowsChris Robinson2017-08-302-3/+6
|
* Automatically generate the bsinc table when buildingChris Robinson2017-08-282-0/+419
| | | | | This makes bsincgen a native tool like bin2h, so it can run automatically when compiling.
* Always declare a native-tools build targetChris Robinson2017-08-261-0/+2
|
* Move native-tools to the root directoryChris Robinson2017-05-052-0/+108