16:07:08 RRSAgent has joined #audio 16:07:08 logging to http://www.w3.org/2017/09/28-audio-irc 16:07:10 RRSAgent, make logs world 16:07:10 Zakim has joined #audio 16:07:12 Meeting: Audio Working Group Teleconference 16:07:12 Date: 28 September 2017 16:07:18 ScribeNick: je 16:07:20 ScribeNick: joe 16:07:35 https://github.com/WebAudio/web-audio-api/issues?q=is%3Aopen+is%3Aissue+label%3A%22Proposed+v.next%22 16:08:26 matt: we're looking at the above list of issues that are potentially movable to v.next as "would be nice" but not necessary 16:08:32 https://github.com/WebAudio/web-audio-api/issues/1363 16:08:49 mdjp: Ray, a lot of these will fall to you 16:09:16 rtoy: I just noticed that there's no link to point out 16:10:45 mdjp/joe: may not be necessary to do these when CR-gating work like tests is on the plate 16:11:02 rtoy: but they *could* be done by other people on the team 16:11:44 mdjp: maybe this label just means "v low priority for now" 16:12:53 rtoy: if we went and closed [list of bugs] I wouldn't be upset 16:13:03 mdjp: these are all valid issues, it's just a question of priority 16:13:25 jdsmith: are you OK with closing that list off? 16:14:00 mdjp: leave them on the plate for people to pick up if they want, but let's concentrate on everything else for now 16:14:29 mdjp: oscillator freq (1363) we'll make a v1 16:15:48 hoch: we can move all of these and #1282 is also fine to move, we need to wait for Worklet folks to figure this out 16:16:17 https://github.com/WebAudio/web-audio-api/issues?q=is%3Aopen+is%3Aissue+label%3A%22Needs+WG+review%22 16:16:25 mdjp: now onto those needing WG review 16:17:25 https://github.com/WebAudio/web-audio-api/issues/1377 16:19:52 https://github.com/WebAudio/web-audio-api/issues/1325 16:20:16 joe: closing 1377, we already have language for the disconnected case (zero channels) 16:22:46 joe: for 1325, goal of multichannel M outputs is to give people a way to produce multiple multichannel outputs 16:23:16 mdjp: do we need this: 16:23:22 (chorus) yes, for the 1:1 case we do 16:34:05 resolved: leave 1:M case as mono output for each of the M channels 16:35:02 file new issue for v.next to support adjustable multichannel count on AWN w multiple outputs 16:35:37 https://github.com/WebAudio/web-audio-api/issues/1318 16:38:11 joe: concern that we can't make ScriptProcNode normative very easily given its looseness 16:38:32 padenot: Chrome and Firefox mostly do the same, except under page load 16:38:41 padenot: in general we can make it work: draft a little normative language 16:38:49 padenot: we can allow both behaviors 16:39:10 hoch: the section's already marked as deprecated and it's weird to add mroe to it 16:39:21 rtoy: the fact it's deprecated doesn't mean it doesn't already exist 16:39:49 jdsmith: are you just asking that the non-norm language be removed? 16:40:21 joe: our company's had to write new SPN code recently within the last year 16:40:55 rtoy: I agree with that and it's easier to write for an SPN than for a worklet 16:41:11 jdsmith: are you asking us to work on this and make it better spec? 16:41:38 padenot: I think we can define it better, it's mostly to send events to the main thread with buffers and get events from the main thread and send to rendering thread 16:41:47 padenot: and some prose on buffering 16:42:01 padenot: and copying 16:42:15 mdjp: sounds like we should change title of issue to "Complete spec of SPN" 16:43:54 jdsmith: this doesn't seem like high priority 16:45:47 (PR was closed) 16:45:54 s/PR/issue/ 16:46:01 https://github.com/WebAudio/web-audio-api/issues/1304 16:47:02 https://github.com/WebAudio/web-audio-api/issues/1299 16:47:36 mdjp: let's leave these in the mix bc they're already dond 16:52:11 https://github.com/WebAudio/web-audio-api/issues/973 16:52:32 rtoy: Does it need to be done? no. But it's really hard to fin d the node I'm looking for 16:52:40 These are not the AudioNodes you're looking for 16:52:58 mdjp: let's leave this on 16:53:00 s/on/in 16:55:14 https://github.com/WebAudio/web-audio-api/issues/1360 16:57:51 mdjp: about the tests? 16:58:13 mdjp: Ray, are you going to move some of your tests into the web platform tests repo? 16:58:36 mdjp: and Paul was going to move a few tests to show that something is in progress 16:59:11 rtoy: I'll stick everything into a Chrome directory for now 16:59:36 mdjp: same time next week 16:59:42 rrsagent, make minutes 16:59:42 I have made the request to generate http://www.w3.org/2017/09/28-audio-minutes.html joe 17:09:47 [web-audio-api] rtoy closed pull request #1368: Fix #1360: Define AudioParam downmixing (gh-pages...1360-define-audio-param-downmixing) https://github.com/WebAudio/web-audio-api/pull/1368 17:14:14 [web-audio-api] rtoy closed pull request #1372: Fix #1351: Add corrections to stop algorithm (gh-pages...1351-better-stop-algo-description) https://github.com/WebAudio/web-audio-api/pull/1372 17:31:18 rtoyg_m has joined #audio 18:26:36 Zakim has left #audio 19:32:53 hoch has joined #audio 19:53:59 [web-audio-api] rtoy closed pull request #1371: Fix #1366: Remove API Change Log section (gh-pages...1366-remove-change-log-section) https://github.com/WebAudio/web-audio-api/pull/1371 19:54:00 [web-audio-api] rtoy pushed 2 new commits to gh-pages: https://github.com/WebAudio/web-audio-api/compare/304c606b5e4f...8d6d807b10c5 19:54:00 web-audio-api/gh-pages a4e5dbf Raymond Toy: Fix #1366: Remove API Change Log section... 19:54:00 web-audio-api/gh-pages 8d6d807 rtoy: Merge pull request #1371 from rtoy/1366-remove-change-log-section... 21:34:13 hoch has joined #audio 21:38:29 [web-audio-api] hoch opened pull request #1386: AudioWorkletNodeOptions.outputChannelCount (gh-pages...1325-output-channel-count) https://github.com/WebAudio/web-audio-api/pull/1386