-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Audio channels are sometimes reversed #6122
Copy link
Copy link
Closed
RustAudio/rodio
#455Labels
A-AudioSounds playback and modificationSounds playback and modificationC-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behavior
Description
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:
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-AudioSounds playback and modificationSounds playback and modificationC-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behavior
