Skip to content

libaudioverse/speex_resampler_cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#speex_resampler_cpp#

Windows Build status Linux Build Status

This is a wrapper over the Speex resampler, hard-coded to expect and output floating point audio. In addition, a function exists to resample static buffers of audio data.

This library should be self-explanatory via reading it. The build process is the standard CMake build process:

mkdir build
cd build
cmake ..
make

The final command depends on your platform.

No tests are included here; this is an integral part of libaudioverse and audio_io. It was extracted from these projects to avoid code duplication and because it might be useful to others.

Code here is available under the unlicense. Note that the license applying to the speex resampler still applies to the speex resampler. It is included here as license.speex and left intact in any files takenf from that project.

About

A C++ wrapper over the Speex resampler.

Resources

License

Unlicense, Unknown licenses found

Licenses found

Unlicense
LICENSE
Unknown
license.speex

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published