dbap

Crates.iodbap
lib.rsdbap
version0.1.0
sourcesrc
created_at2019-06-12 18:28:28.015982
updated_at2019-06-12 18:28:28.015982
descriptionAn implementation of Distance Based Amplitude Panning by Lossius et al in Rust.
homepagehttps://github.com/mitchmindtree/dbap
repositoryhttps://github.com/mitchmindtree/dbap.git
max_upload_size
id140642
size10,685
(mitchmindtree)

documentation

README

dbap Build Status Crates.io Crates.io docs.rs

An implementation of Distance Based Audio Panning by Trond Lossius et al.

The main types of interest are Speaker and SpeakerGains.

The Speaker type allows the user to describe the position of each speaker along with a custom "weight".

The SpeakerGains type is an iterator that, given a slice of Speakers, yields the distance based amplitude panning gain for each speaker.

License

Licensed under either of

at your option.

Contributions

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 4

cargo fmt