https://github.com/clownacy/clownresampler
Single-header-file library which implements an integer-only windowed-sinc audio resampler.
https://github.com/clownacy/clownresampler
ansi-c audio audio-processing c89 c90 resampling single-header-lib
Last synced: 18 days ago
JSON representation
Single-header-file library which implements an integer-only windowed-sinc audio resampler.
- Host: GitHub
- URL: https://github.com/clownacy/clownresampler
- Owner: Clownacy
- License: 0bsd
- Created: 2022-01-26T22:26:58.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-04T13:00:52.000Z (4 months ago)
- Last Synced: 2025-02-14T03:18:09.698Z (2 months ago)
- Topics: ansi-c, audio, audio-processing, c89, c90, resampling, single-header-lib
- Language: C
- Homepage:
- Size: 9.58 MB
- Stars: 18
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# clownresampler
This is a single-file library for resampling audio. It is written in C89 and
licensed under the terms of the Zero-Clause BSD licence.In particular, this library implements a windowed-sinc resampler, using a
Lanczos window.