- From: Raymond Toy <rtoy@google.com>
- Date: Thu, 5 Nov 2020 10:04:55 -0800
- To: "public-audio@w3.org Group" <public-audio@w3.org>, public-audio-comgp@w3.org
- Message-ID: <CAE3TgXEjyLQRicgYgNR=jXZxi7n6mU_P9G3KEi-cNVF25Wzf=Q@mail.gmail.com>
Attendees: Paul Adenot, Christoph Guttandin, Raymond Toy, Jeff Switzer
Minutes
- V1
- New issues
<https://github.com/WebAudio/web-audio-api/issues?q=is%3Aopen+is%3Aissue+label%3A%22Needs+WG+review%22>
- WebAudio Worklets are broken
<https://github.com/WebAudio/web-audio-api/issues/2269>
- Jeff: Seems like a stackoverflow question
- Paul: Yeah. You should be able to transfer the buffer
- Jeff: If I had time I could write a small demo either showing
the problem or a solution
- Raymond: An example is always nice to show how things can be
done nicely.
- Raymond: Have you tried to get a large buffer into a worklet?
- Jeff: I haven't but I'll try to write something later if
possible.
- Paul: I have an example....[works on example]
- AudioWorkletProcessor makes false assumptions
<https://github.com/WebAudio/web-audio-api/issues/2271>
- Raymond: Everyone using WASM must have this problem. I assume
they solve this.
- Jeff: [Gives possible solution in the issue]
- Raymond: Way too late for adding an API to suspend/resume a
node
- Jeff: They could create their own class to handle this
- Raymond: But that's just a more complicated way of writing an
if statement
- Jeff: Yes.
- [Raymond updates the issue]
- Is AudioWorkletProcessor supposed to be stateless?
<https://github.com/WebAudio/web-audio-api/issues/2272>
- Raymond: I think we do really want to allow state despite
what the worklet spec says.
- Christoph: What is the resolution?
- Paul: He's reading the TR. Need to look at the editor's draft
- Raymond: Heh. Yeah, it explicitly allows WebAudio to have
state.
- [Paul updates issue]
- Status of outstanding issues that we should fix for v1.
- Frozen arrays for AudioWorklet
<https://github.com/WebAudio/web-audio-api/issues/1933>
- Raymond: Almost everything is in place; ask for final review
soon.
- ABSN.start control messages
<https://github.com/WebAudio/web-audio-api/issues/2248>
- Raymond: I think Paul said he look at it, since I'm confused
on what we want.
- Any others?
- Raymond: There are others; just waiting for people to have
time to do them.
- Open PRs to be reviewed
- ABSN extrapolation
<https://github.com/WebAudio/web-audio-api/pull/2256>
- Raymond: Karl replied and I'm happy with his suggestions;
I'll update it soon.
- V2
- New issues
- Interaction between audio elements and WebAudio
<https://github.com/WebAudio/web-audio-api-v2/issues/104>
- Christoph: Summarizes the issue
- Paul: CaptureStream is not supposed to mute audio. Firefox
is still prefixed since it's not aligned.
- Paul: But MediaElement is supposed to mute the audio.
- Christoph: If you inspect the mute property, is it muted?
- Paul: Whatever the spec says.
- Paul: See
https://w3c.github.io/mediacapture-fromelement/#html-media-element-media-capture-extensions
and
https://webaudio.github.io/web-audio-api/#dom-audiocontext-createmediaelementsource
- Christoph: I'll summarize and add it to the issue later today
Thanks everyone; we'll see y'all next week!
On Wed, Nov 4, 2020 at 4:24 PM Raymond Toy <rtoy@google.com> wrote:
> Here's the agenda for our WG/CG meeting.
>
> Meeting venue https://meet.google.com/wgg-wjtd-kdu
>
> Agenda:
>
> - V1
> - New issues
> <https://github.com/WebAudio/web-audio-api/issues?q=is%3Aopen+is%3Aissue+label%3A%22Needs+WG+review%22>
> - WebAudio Worklets are broken
> <https://github.com/WebAudio/web-audio-api/issues/2269>
> - AudioWorkletProcessor makes false assumptions
> <https://github.com/WebAudio/web-audio-api/issues/2271>
> - Is AudioWorkletProcessor supposed to be stateless?
> <https://github.com/WebAudio/web-audio-api/issues/2272>
> - Status of outstanding issues that we should fix for v1.
> - Frozen arrays for AudioWorklet
> <https://github.com/WebAudio/web-audio-api/issues/1933>
> - ABSN.start control messages
> <https://github.com/WebAudio/web-audio-api/issues/2248>
> - Any others?
> - Open PRs to be reviewed
> - ABSN extrapolation
> <https://github.com/WebAudio/web-audio-api/pull/2256>
> - V2
> - New comments
> - NoiseGenerator
> <https://github.com/WebAudio/web-audio-api-v2/issues/8>
> - Remove compileStreaming
> <https://github.com/WebAudio/web-audio-api-v2/issues/79>
> - AudioBuffers in native bit depth
> <https://github.com/WebAudio/web-audio-api-v2/issues/11>
> - priority-1 issues
> <https://github.com/WebAudio/web-audio-api-v2/issues?q=is%3Aopen+is%3Aissue+label%3Apriority-1>
> - Select audio device
> <https://github.com/WebAudio/web-audio-api-v2/issues/10>, get
> device change notification, audio config
> - Use WASM more efficiently (BYOB)
> <https://github.com/WebAudio/web-audio-api-v2/issues/4>
> - Inspect CPU usage
> <https://github.com/WebAudio/web-audio-api-v2/issues/40>
> - Render block size
> <https://github.com/WebAudio/web-audio-api-v2/issues/13>
> - Others
> - PRs
> - Bikeshed boilerplate
> <https://github.com/WebAudio/web-audio-api-v2/pull/95>
> - AOB
>
>
Received on Thursday, 5 November 2020 18:05:21 UTC