Bevy version
main, 0.8.1
Relevant system information
macOS 12.6
Macbook Pro (M1 Max)
What you did
Modified the audio example to play this sound:
RL.zip

cargo run --example audio --release
What went wrong
This audio file consists of some tones alternating from right->left->right->left.
However, when played with bevy, I hear left->right->left->right
This behavior is not consistent. Without --release, the audio plays in the correct channels.
Bevy version
main, 0.8.1
Relevant system information
macOS 12.6
Macbook Pro (M1 Max)
What you did
Modified the audio example to play this sound:
RL.zip
What went wrong
This audio file consists of some tones alternating from right->left->right->left.
However, when played with bevy, I hear left->right->left->right
This behavior is not consistent. Without
--release, the audio plays in the correct channels.