| 15:57 | <croraf> | Hi. I'm checking ReadableStream API. How come does the reader know to parse the underlying data, especially to parse it to the correct type? |
| 15:57 | <croraf> | https://codesandbox.io/s/musing-field-x8l4e?file=/src/index.ts I made this example |
| 18:43 | <croraf> | I think I see that streams operate around chunks, underlying source enqueues chunks, and reader.read() reads chunks. |
| 22:30 | <croraf> | Wouldnt it be good that the audioContext.createBufferSource accepts an AudioBuffer argument? |
| 23:21 | <croraf> | Oh, it seems that Web Audio API is not managed by whatwg |