Skip to content

Commit a31e370

Browse files
authored
Update README
Updated project name from 'Oversampler' to 'ReSinc' in README.
1 parent 9f87a5b commit a31e370

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Oversampler
1+
# ReSinc
22
[![CI](https://github.com/jedlamartin/ReSinc/actions/workflows/ci.yml/badge.svg)](https://github.com/jedlamartin/ReSinc/actions/workflows/ci.yml)
33
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
44
![Language](https://img.shields.io/badge/language-C%2B%2B-blue.svg)
55

6-
`Oversampler` is a lightweight, real-time safe, header-only C++ library for high-quality, anti-aliased audio oversampling.
6+
`ReSinc` is a lightweight, real-time safe, header-only C++ library for high-quality, anti-aliased audio oversampling.
77

88
It's designed for use in real-time audio applications (like VST/AU plugins) where running a non-linear process (distortion, saturation, etc.) at a higher sample rate is necessary to prevent aliasing artifacts. The library uses a pre-calculated, windowed Sinc filter for interpolation and decimation, ensuring high-fidelity results.
99

0 commit comments

Comments
 (0)