-
Notifications
You must be signed in to change notification settings - Fork 167
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
Specify static Map of audio headers that can be prepended to Uint8Array for decodeAudioData() #2135
Comments
This comment was marked as off-topic.
This comment was marked as off-topic.
This is what we're doing in Web Codecs. |
This comment was marked as off-topic.
This comment was marked as off-topic.
As noted a bit everywhere (in closed and open issues on this repo and the v2 repo, and public minutes of calls):
|
Let me also add that we will work closely with the WebCodecs group to make sure that it can provide solutions to the problems people have had with |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the feature
Briefly describe the feature you would like WebAudio to have.
decodeAudioData()
does not decode audio data lacking a header.Is there a prototype?
If you have a prototype (possibly using an AudioWorkletNode), provide links to illustrate this addition. This is the best way to propose a new feature.
No prototype. There is a design pattern.
Describe the feature in more detail
Provide more information how it does and how it works.
The basic algorithm #337 (comment)
Basic design pattern
This will allow streaming any audio without using
MediaSource
extensions orHTMLMediaElement
.The text was updated successfully, but these errors were encountered: