macro_rules! rotate {
    (2ch, $room_angle:expr, $gained:ident) => { ... };
    (4ch, $room_angle:expr, $gained:ident) => { ... };
    (6ch, $room_angle:expr, $gained:ident) => { ... };
}
Expand description

A rotator of some speaker channels by the room angle.