soundtouch 0.2.0

A utility wrapper around the SoundTouch C++ audio library
Documentation
[dependencies.libc]
default-features = false
version = "0.2"

[dependencies.soundtouch-ffi]
version = "0.1.1"
[dev-dependencies.anyhow]
version = "1.0"

[dev-dependencies.hound]
version = "3.5"

[features]
alloc = []
default = ["alloc"]

[package]
authors = ["Cyanism <github@cyan.slmail.me>"]
categories = ["external-ffi-bindings", "multimedia::audio", "multimedia::audio::sound-processing"]
description = "A utility wrapper around the SoundTouch C++ audio library"
edition = "2021"
keywords = ["soundtouch", "audio", "music", "audio-processing", "audio-library"]
license = "LGPL-2.1"
name = "soundtouch"
readme = "README.md"
repository = "https://github.com/Cyanistic/soundtouch"
version = "0.2.0"