-
-
Notifications
You must be signed in to change notification settings - Fork 7
Research dynamic audio buffer types #408
Copy link
Copy link
Open
Description
What To Research
Research the possibility of having an AudioBuffer type named Dynamic.
The idea is to analyze the audio data and, if the audio length is 5 seconds or less, set the buffer type to Full. If it is longer than 5 seconds, make it a Stream buffer type.
This will help improve the content loading system in Velaptor as well as make it easier to just load audio without having to worry about the buffer type.
The idea is that the user can choose Full, Stream, and Dynamic. From a user's perspective, it is telling Velaptor/CASL to determine what is best.
Research Results
No response
Acceptance Criteria
The items to complete to satisfy the Definition of Done.
- Research complete and issues created (if needed).
- If any issues were created, they have been added to the Issues Produced section below.
- Issue created if needed to improve CASL with dynamic buffer types.
ToDo Items
Misc. tasks to complete.
- Priority label added to this issue.
Issues Produced
No response
Code of Conduct
- I agree to follow this project's Code of Conduct.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
⚪Not Set