mid/side decoder plugin
Go to file
Charlotte Som a70a47d668 initial commit 2023-05-28 19:44:45 +01:00
.cargo initial commit 2023-05-28 19:44:45 +01:00
src initial commit 2023-05-28 19:44:45 +01:00
xtask initial commit 2023-05-28 19:44:45 +01:00
.gitignore initial commit 2023-05-28 19:44:45 +01:00
Cargo.lock initial commit 2023-05-28 19:44:45 +01:00
Cargo.toml initial commit 2023-05-28 19:44:45 +01:00
README.md initial commit 2023-05-28 19:44:45 +01:00
bundler.toml initial commit 2023-05-28 19:44:45 +01:00

README.md

charlotte's mid side

simple mid side decoder. left channel -> mid, right channel -> side (positive values pan right, negative values pan left)

Building

$ # macos:
$ cargo xtask bundle-universal mid_side --release
$ # everything else:
$ cargo xtask bundle mid_side --release