-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Issues: bevyengine/bevy
New issue
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Make GlobalVolume change running audio
A-Audio
Sounds playback and modification
C-Feature
A new feature, making something new possible
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
#18952
opened Apr 26, 2025 by
janhohenheim
alsa::poll()
returned POLLERR
A-Audio
#17038
opened Dec 30, 2024 by
oh-wind
Moving Sounds playback and modification
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
M-Needs-Migration-Guide
A breaking change to Bevy's public API that needs to be noted in a migration guide
S-Waiting-on-Author
The author needs to make changes or address concerns before this can be merged
X-Contentious
There are nontrivial implications that should be thought through
PlaybackMode
to AudioPlayer
and defaulting to PlaybackMode::Remove
A-Audio
#16598
opened Dec 2, 2024 by
seivan
Loading…
Opus support
A-Audio
Sounds playback and modification
C-Feature
A new feature, making something new possible
D-Modest
A "normal" level of difficulty; suitable for simple features or challenging fixes
S-Ready-For-Implementation
This issue is ready for an implementation PR. Go for it!
#16423
opened Nov 18, 2024 by
JMS55
Remove excessive logging when using symphonia features like AudioBundle
A-Audio
Sounds playback and modification
A-Diagnostics
Logging, crash handling, error reporting and performance analysis
C-Bug
An unexpected or incorrect behavior
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Ready-For-Implementation
This issue is ready for an implementation PR. Go for it!
#16277
opened Nov 7, 2024 by
Sigma-dev
macOS asks for permission to use the microphone
A-Audio
Sounds playback and modification
C-Bug
An unexpected or incorrect behavior
O-MacOS
Specific to the MacOS (Apple) desktop operating system
S-Blocked
This cannot move forward until something else changes
#13989
opened Jun 23, 2024 by
tsukinoko-kun
Audio Sink Creation Delayed and Multiple Sinks Spawned
A-Audio
Sounds playback and modification
C-Bug
An unexpected or incorrect behavior
D-Modest
A "normal" level of difficulty; suitable for simple features or challenging fixes
S-Needs-Investigation
This issue requires detective work to figure out what's going wrong
#13881
opened Jun 16, 2024 by
ivanstepanovftw
Audio latency is higher than it needs to be
A-Audio
Sounds playback and modification
C-Performance
A change motivated by improving speed, memory usage or compile times
S-Needs-Investigation
This issue requires detective work to figure out what's going wrong
#13876
opened Jun 16, 2024 by
ivanstepanovftw
Investigate reusing Sounds playback and modification
C-Feature
A new feature, making something new possible
S-Needs-Design
This issue requires design work to think about how it would best be accomplished
X-Contentious
There are nontrivial implications that should be thought through
AudioSink
A-Audio
#13651
opened Jun 3, 2024 by
BD103
Debugger Remix: Terminal outputting ALSA function 'snd_pcm_poll_descriptors' failed with error 'UnknownErrno: Unknown errno'
A-Audio
Sounds playback and modification
C-Bug
An unexpected or incorrect behavior
O-Linux
Specific to the Linux desktop operating system
S-Needs-Investigation
This issue requires detective work to figure out what's going wrong
#13538
opened May 27, 2024 by
Testare
Ability to change AudioSource in AudioSink
A-Audio
Sounds playback and modification
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
#12824
opened Apr 1, 2024 by
Aunmag
IOS Audio stops if user switches receives a call
A-Audio
Sounds playback and modification
C-Bug
An unexpected or incorrect behavior
#12693
opened Mar 24, 2024 by
Braymatter
Add an audio example demonstrating how to play randomized sound effects
A-Audio
Sounds playback and modification
C-Examples
An addition or correction to our examples
D-Complex
Quite challenging from either a design or technical perspective. Ask for help!
X-Controversial
There is active debate or serious implications around merging this PR
#12652
opened Mar 22, 2024 by
alice-i-cecile
Ability to use non-default audio device
A-Audio
Sounds playback and modification
C-Feature
A new feature, making something new possible
#12420
opened Mar 11, 2024 by
inodentry
Allow retargeting audio sources on a per-source basis
A-Audio
Sounds playback and modification
C-Feature
A new feature, making something new possible
S-Waiting-on-Author
The author needs to make changes or address concerns before this can be merged
#12322
opened Mar 5, 2024 by
eira-fransham
Loading…
AudioSink
is not updated when audio source component is replaced
A-Audio
#11862
opened Feb 14, 2024 by
rambip
Upstreaming of Sounds playback and modification
C-Feature
A new feature, making something new possible
X-Controversial
There is active debate or serious implications around merging this PR
bevy_kira_audio
.
A-Audio
#11168
opened Jan 1, 2024 by
Olle-Lukowski
Audio effects
A-Audio
Sounds playback and modification
C-Feature
A new feature, making something new possible
S-Needs-Design
This issue requires design work to think about how it would best be accomplished
#10895
opened Dec 6, 2023 by
matiqo15
Add microphone input
A-Audio
Sounds playback and modification
C-Feature
A new feature, making something new possible
#9954
opened Sep 28, 2023 by
alice-i-cecile
Closing a window hangs for a second & causes pipewire to glitch
A-Audio
Sounds playback and modification
A-Tasks
Tools for parallel and async work
C-Bug
An unexpected or incorrect behavior
O-Linux
Specific to the Linux desktop operating system
S-Ready-For-Implementation
This issue is ready for an implementation PR. Go for it!
#9948
opened Sep 28, 2023 by
Azorlogh
WASM audio too much Sounds playback and modification
C-Bug
An unexpected or incorrect behavior
C-Dependencies
A change to the crates that Bevy depends on
O-Web
Specific to web (WASM) builds
S-Blocked
This cannot move forward until something else changes
play
calls for AudioContext
A-Audio
#9211
opened Jul 19, 2023 by
volodalexey
Add support for seeking audio.
A-Audio
Sounds playback and modification
C-Feature
A new feature, making something new possible
D-Trivial
Nice and easy! A great choice to get started with Bevy
S-Ready-For-Implementation
This issue is ready for an implementation PR. Go for it!
#9076
opened Jul 8, 2023 by
Gnamra
Add Support for Asset Streaming
A-Assets
Load files from disk to use for things like images, models, and sounds
A-Audio
Sounds playback and modification
A-Rendering
Drawing game state to the screen
C-Feature
A new feature, making something new possible
#8530
opened May 2, 2023 by
rayanmargham
Unstable Scheduling?
A-Audio
Sounds playback and modification
A-ECS
Entities, components, systems, and events
S-Needs-Investigation
This issue requires detective work to figure out what's going wrong
#7828
opened Feb 26, 2023 by
c12hz
Audio Filters and Digital Signal Processors
A-Audio
Sounds playback and modification
C-Feature
A new feature, making something new possible
#5833
opened Aug 29, 2022 by
harudagondi
Previous Next
ProTip!
no:milestone will show everything without a milestone.