Skip to content
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

Draft: Augment audio system with the ability to have captions #5567

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

pontaoski
Copy link

Currently based on top of #5540, look at the changes of the latest commit only (or look at pontaoski#1)

Mainly manages CaptionComponents attached to the audio entities whenever they should display a visible caption. Can't use a Caption field on the AudioComponent due to the ComponentTreeSystem wanting to listen to the ComponentStartup/ComponentShutdown events that are already being listened to by the client AudioSystem.

@pontaoski pontaoski changed the title Augment audio system with the ability to have captions Draft: Augment audio system with the ability to have captions Dec 22, 2024
This is important groundwork for future features such as captioning,
as a caption and other data can be associated with the collection
prototype instead of passing extra data everywhere with the sound.
@pontaoski pontaoski force-pushed the work/jblackquill/caption branch from 975a9d9 to e710d6a Compare December 24, 2024 19:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant