#speaker #distance #amplitude #panning

dbap

An implementation of Distance Based Amplitude Panning by Lossius et al in Rust

1 unstable release

0.1.0 Jun 12, 2019

#3 in #amplitude

MIT/Apache

9KB
149 lines

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.

Dependencies

~155KB