sonant 0.1.0

A Rust port of the Sonant 4K synth with streaming support.
Documentation
[dependencies.arrayvec]
default-features = false
version = "0.5"

[dependencies.byteorder]
default-features = false
version = "1.2"

[dependencies.libm]
version = "0.1"

[dependencies.randomize]
version = "3.0"

[dependencies.thiserror]
optional = true
version = "1.0"
[dev-dependencies.colored]
version = "1.6"

[dev-dependencies.cpal]
version = "0.10"

[dev-dependencies.getrandom]
version = "0.1"

[dev-dependencies.riff-wave]
version = "0.1"

[features]
default = ["std"]
std = ["thiserror"]

[package]
authors = ["Jay Oster <jay@kodewerx.org>"]
categories = ["embedded", "game-engines", "multimedia", "no-std"]
description = "A Rust port of the Sonant 4K synth with streaming support."
edition = "2018"
keywords = ["audio", "no_std", "sound", "synth", "synthesizer"]
license = "MIT"
name = "sonant"
repository = "https://github.com/parasyte/sonant-rs"
version = "0.1.0"