Skip to content
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

Add Audio Worklet Support #212

Merged
merged 73 commits into from
Jul 15, 2020
Merged

Add Audio Worklet Support #212

merged 73 commits into from
Jul 15, 2020

Commits on Jun 13, 2020

  1. Configuration menu
    Copy the full SHA
    7a63267 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd74b3d View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. Configuration menu
    Copy the full SHA
    2724d6f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from avantassessment/audioWorklet

    Load webAssembly synchronously (inlined)
    chris-rudmin committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    8c52c6f View commit details
    Browse the repository at this point in the history
  3. Cleanup init code

    chris-rudmin committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    a5131b6 View commit details
    Browse the repository at this point in the history
  4. Remove extra space

    chris-rudmin committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    39d1f54 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. Configuration menu
    Copy the full SHA
    073aff2 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. Update make instructions

    chris-rudmin committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    b634255 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9173dbf View commit details
    Browse the repository at this point in the history
  3. Remove console log

    chris-rudmin committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    aa78843 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from avantassessment/workletDetection

    Add worklet process class to encoder
    chris-rudmin committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    1e2ac55 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4 from avantassessment/workletDetection

    Add worklet branching code to recorder
    chris-rudmin committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    6ccbc8a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    625fd24 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a77118b View commit details
    Browse the repository at this point in the history
  8. Move mkdir

    chris-rudmin committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    4c18f76 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. Configuration menu
    Copy the full SHA
    19a8bcc View commit details
    Browse the repository at this point in the history
  2. Use first input

    chris-rudmin committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    e439d0f View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

  1. Configuration menu
    Copy the full SHA
    17525d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe0490e View commit details
    Browse the repository at this point in the history
  3. Update dist

    chris-rudmin committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    dd32cd3 View commit details
    Browse the repository at this point in the history
  4. Downgrade warn to log

    chris-rudmin committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    86cb0aa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4252577 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d06a679 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2020

  1. Merge pull request #5 from avantassessment/updateMake

    Update make instructions
    chris-rudmin committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    1ad9d4f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from avantassessment/refactorEncoder

    Refactor encoder
    chris-rudmin committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    8494727 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac1ffc3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec654aa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b235480 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bc28edf View commit details
    Browse the repository at this point in the history
  7. Fix export

    chris-rudmin committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    3c471ed View commit details
    Browse the repository at this point in the history
  8. Update deps

    chris-rudmin committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    8a2898f View commit details
    Browse the repository at this point in the history
  9. Fix bug recording wave

    chris-rudmin committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    b891f23 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2020

  1. Update exports

    chris-rudmin committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    210228c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    923c2fc View commit details
    Browse the repository at this point in the history
  3. Undo worker path change

    chris-rudmin committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    a1e37ac View commit details
    Browse the repository at this point in the history
  4. Update comment

    chris-rudmin committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    44b667c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    99c7d41 View commit details
    Browse the repository at this point in the history
  6. Add version to README

    chris-rudmin committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    5fcc68e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    120a396 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    46a59f1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1a06fa5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e13cb2d View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

  1. Configuration menu
    Copy the full SHA
    8717c4f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from avantassessment/recorderTests

    Update recorder unit tests to use audioWorklets
    chris-rudmin committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    3486f40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59eff36 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #8 from avantassessment/waveWorker

    Add AudioWorklet support to WaveWorker.
    chris-rudmin committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    b0835c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5ee5b5b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #9 from avantassessment/exposeVersion

    Bump version to 7.0.0 and expose it as a Static Method
    chris-rudmin committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    a2a7599 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ff9fa69 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #10 from avantassessment/bufferMismatch

    Support variable buffer sizes
    chris-rudmin committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    7f45152 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    99e6732 View commit details
    Browse the repository at this point in the history
  10. Update dist

    chris-rudmin committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    8760521 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. Configuration menu
    Copy the full SHA
    484da6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a8490f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #12 from avantassessment/fileEncoder

    Fix the fileEncoder example
    chris-rudmin committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    fb611f1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #11 from avantassessment/test

    Fix bugs in Firefox
    chris-rudmin committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    0764de9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4abc541 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. Merge pull request #13 from avantassessment/test

    Fix issue where number of channels was ignored
    chris-rudmin committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    cb2b2c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53112be View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. Configuration menu
    Copy the full SHA
    01316d1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #14 from avantassessment/documentation

    Update docs about using with webpack
    chris-rudmin committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    501144e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #15 from avantassessment/fixPause

    fix pausing in audioWorklets
    chris-rudmin committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    0bbe3f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e8a4cee View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2020

  1. Configuration menu
    Copy the full SHA
    c9fe2c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2020

  1. Configuration menu
    Copy the full SHA
    2f3ef66 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. Code cleanup

    chris-rudmin committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    d5a8c43 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. Configuration menu
    Copy the full SHA
    ca3540a View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

  1. Merge pull request #16 from avantassessment/readme

    Edge now DOES support native playback of opus files.
    chris-rudmin committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    3d43bca View commit details
    Browse the repository at this point in the history
  2. Merge pull request #17 from avantassessment/codeCleanup

    Remove reuseWorker feature
    chris-rudmin committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    40cc7aa View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. Configuration menu
    Copy the full SHA
    f83f6ab View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. Configuration menu
    Copy the full SHA
    7d7bba0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #18 from avantassessment/fixSafari

    Fix bug in scriptProcessor
    chris-rudmin committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    0044b5d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #19 from avantassessment/readme

    Clarify gotchas in the readme
    chris-rudmin committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    0a1af3d View commit details
    Browse the repository at this point in the history