https://github.com/philippe44/libresample16
16 bits resample library inspired by https://ccrma.stanford.edu/~jos/resample/Free_Resampling_Software.html
https://github.com/philippe44/libresample16
fast fixed-point resample
Last synced: 3 months ago
JSON representation
16 bits resample library inspired by https://ccrma.stanford.edu/~jos/resample/Free_Resampling_Software.html
- Host: GitHub
- URL: https://github.com/philippe44/libresample16
- Owner: philippe44
- Created: 2019-06-28T05:37:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-28T06:23:04.000Z (almost 6 years ago)
- Last Synced: 2025-01-09T10:17:35.453Z (4 months ago)
- Topics: fast, fixed-point, resample
- Language: Objective-C
- Size: 44.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# libresample16
16 bits resample library inspired by https://ccrma.stanford.edu/~jos/resample/Free_Resampling_Software.html- API interface separated from filter build and sndfile
- sample interleave instead of using 2 separated buffers
- limited memory copy (create small memory buffer between calls)
- buildfilter produces .h directly