-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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.
Metadata
Metadata
Assignees
Labels
A-AudioSounds playback and modificationSounds playback and modificationC-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behavior
Type
Projects
Status
Done