Skip to content

Commit

Permalink
Merge branch 'main' into fix-bitcrusher-example
Browse files Browse the repository at this point in the history
  • Loading branch information
hoch authored Jul 16, 2024
2 parents 7b7230a + 88a3f35 commit 12dd4e1
Show file tree
Hide file tree
Showing 4 changed files with 8,903 additions and 7,838 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
name: Setup, build, and Deploy to gh-pages branch
runs-on: ubuntu-20.04
steps:
- name: Checking out the main branch
uses: actions/checkout@v2
- name: Checking out the repository
uses: actions/checkout@v4
- name: Setting up Python 3.7
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: '3.7'
- name: Installing and updating Bikeshed
Expand Down
18 changes: 9 additions & 9 deletions expected-errs.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
WARNING: Couldn't determine width and height of this image: images/cancel-linear.svg
WARNING: Couldn't determine width and height of this image: images/cancel-setTarget.svg
WARNING: Couldn't determine width and height of this image: images/cancel-setValueCurve.svg
WARNING: Couldn't determine width and height of this image: images/channel-merger.svg
WARNING: Couldn't determine width and height of this image: images/compression-curve.svg
WARNING: Couldn't determine width and height of this image: images/dynamicscompressor-internal-graph.svg
WARNING: Couldn't determine width and height of this image: images/panner-coord.svg
WARNING: Couldn't determine width and height of this image: images/cone-diagram.svg
LINE: Couldn't determine width and height of this image: 'images/cancel-linear.svg'
LINE: Couldn't determine width and height of this image: 'images/cancel-setTarget.svg'
LINE: Couldn't determine width and height of this image: 'images/cancel-setValueCurve.svg'
LINE: Couldn't determine width and height of this image: 'images/channel-merger.svg'
LINE: Couldn't determine width and height of this image: 'images/compression-curve.svg'
LINE: Couldn't determine width and height of this image: 'images/dynamicscompressor-internal-graph.svg'
LINE: Couldn't determine width and height of this image: 'images/panner-coord.svg'
LINE: Couldn't determine width and height of this image: 'images/cone-diagram.svg'
LINE: Can't find the 'contextOptions' argument of method 'OfflineAudioContext/constructor(numberOfChannels, length, sampleRate)' in the argumentdef block.
LINE: Can't find the 'destinationNode' argument of method 'AudioNode/connect(destinationParam, output)' in the argumentdef block.
LINE: Can't find the 'input' argument of method 'AudioNode/connect(destinationParam, output)' in the argumentdef block.
LINE: Can't find the 'destinationNode' argument of method 'AudioNode/disconnect(destinationParam, output)' in the argumentdef block.
LINE: Can't find the 'destinationNode' argument of method 'AudioNode/disconnect(destinationParam, output)' in the argumentdef block.
LINE: Can't find the 'destinationNode' argument of method 'AudioNode/disconnect(destinationParam, output)' in the argumentdef block.
LINE: Can't find the 'input' argument of method 'AudioNode/disconnect(destinationParam, output)' in the argumentdef block.
WARNING: W3C policy requires Privacy Considerations and Security Considerations to be separate sections, but you appear to have them combined into one.
LINE: W3C policy requires Privacy Considerations and Security Considerations to be separate sections, but you appear to have them combined into one.
✔ Successfully generated, but fatal errors were suppressed
3 changes: 2 additions & 1 deletion explainer/user-selectable-render-size.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# User-Selectable Render Size
Raymond Toy (rtoy@chromium.org)
- Hongchan Choi (hongchan@chromiun.org) - current contact
- Raymond Toy (rtoy@chromium.org) - original explainer author

## Background
Historically, WebAudio has always rendered the graph in chunks of 128 frames,
Expand Down
Loading

0 comments on commit 12dd4e1

Please sign in to comment.