We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
main, 0.8.1
macOS 12.6 Macbook Pro (M1 Max)
Modified the audio example to play this sound:
RL.zip
cargo run --example audio --release
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.
--release
The text was updated successfully, but these errors were encountered:
It seems likely that this is an issue upstream with rodio or cpal.
I found the same behavior in a rodio example (also tested a wav rather than an ogg). RustAudio/rodio#444
But a quick and dirty attempt in cpal didn't produce the same behavior.
Sorry, something went wrong.
Interesting: this was discovered in #6028. Apparently it's a pre-existing issue.
queue
ca1802b
Successfully merging a pull request may close this issue.
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.The text was updated successfully, but these errors were encountered: