Skip to content

Research dynamic audio buffer types #408

@CalvinWilkinson

Description

@CalvinWilkinson

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.

Metadata

Metadata

Labels

No labels
No labels

Projects

Status

⚪Not Set

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions