An open API service indexing awesome lists of open source software.

https://github.com/iolanguage/samplerateconverter


https://github.com/iolanguage/samplerateconverter

Last synced: over 1 year ago
JSON representation

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
```