https://github.com/iolanguage/samplerateconverter
https://github.com/iolanguage/samplerateconverter
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/iolanguage/samplerateconverter
- Owner: IoLanguage
- License: bsd-3-clause
- Created: 2018-03-11T12:00:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-16T19:02:12.000Z (about 8 years ago)
- Last Synced: 2025-01-21T00:48:45.322Z (over 1 year ago)
- Language: C
- Size: 57.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SampleRateConverter
A binding for libsamplerate
useful for up or downconverting the sample rate of a raw audio stream.
Streams are assumed to be in 32bit float interleaved stereo.
# Installation
`libsamplerate` should be installed and foundable in your system. Then:
```
eerie install https://github.com/IoLanguage/SampleRateConverter.git
```