https://github.com/dnault/libresample4j
Java port of libresample, a real-time library for sampling rate conversion. Original C version by Dominic Mazzoni based on code by Julius Smith.
https://github.com/dnault/libresample4j
Last synced: about 1 year ago
JSON representation
Java port of libresample, a real-time library for sampling rate conversion. Original C version by Dominic Mazzoni based on code by Julius Smith.
- Host: GitHub
- URL: https://github.com/dnault/libresample4j
- Owner: dnault
- License: lgpl-2.1
- Created: 2011-01-11T22:36:43.000Z (over 15 years ago)
- Default Branch: main
- Last Pushed: 2023-11-13T19:40:09.000Z (over 2 years ago)
- Last Synced: 2025-03-31T00:51:14.646Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 135 KB
- Stars: 46
- Watchers: 2
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://travis-ci.org/dnault/libresample4j)
[](http://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html#SEC1)

# libresample4j
Java port of Dominic Mazzoni's libresample 0.1.3, which is in turn based on Julius Smith's Resample 1.7 library.
There's no documentation for the Java port, but for the most part it's just like the C version which you can read about here:
https://ccrma.stanford.edu/~jos/resample/Free_Resampling_Software.html
Also take a look at the C version's README which is bundled in the `libresample-0.1.3.tgz` archive.