boltomli / st_ext

SoundTouch python bindings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SoundTouch ext

Refer to ssrpc for main code.

setup

git clone --depth=1 git@github.com:boltomli/st_ext.git
git submodule update --init --recursive

build

mkdir build && cd build
conan install .. --build missing
cmake .. -DCMAKE_TOOLCHAIN_FILE=Release/generators/conan_toolchain.cmake -DCMAKE_BUILD_TYPE=Release
cmake --build .

test

import st_ext
audio_bytes = bytes(st_ext.stretch(list(b"wavedata"), 20))

About

SoundTouch python bindings

License:MIT License


Languages

Language:C++ 86.6%Language:CMake 7.5%Language:Python 5.9%