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

audio: new @uppy/audio plugin for recording with microphone #2976

Merged
merged 35 commits into from Dec 6, 2021
Merged

Commits on Jun 29, 2021

  1. add Audio plugin

    arturi committed Jun 29, 2021
    Copy the full SHA
    893f921 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

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

Commits on Nov 25, 2021

  1. Copy the full SHA
    9f2c578 View commit details
    Browse the repository at this point in the history
  2. refactor: rename everything to Audio, use oscilloscope, re-init when …

    …appropriate, improved preview screen
    arturi committed Nov 25, 2021
    Copy the full SHA
    3f64c9e View commit details
    Browse the repository at this point in the history
  3. tweak styles

    arturi committed Nov 25, 2021
    Copy the full SHA
    1d1dcfc View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    6e2a4eb View commit details
    Browse the repository at this point in the history
  5. update Readme and package.json

    arturi committed Nov 25, 2021
    Copy the full SHA
    4d81aef View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    12adb13 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    52982ab View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    b9d3f47 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

  1. update types

    arturi committed Nov 26, 2021
    Copy the full SHA
    48a5bd1 View commit details
    Browse the repository at this point in the history
  2. update locale

    arturi committed Nov 26, 2021
    Copy the full SHA
    79649cd View commit details
    Browse the repository at this point in the history
  3. fix locale issues

    arturi committed Nov 26, 2021
    Copy the full SHA
    9c08dd5 View commit details
    Browse the repository at this point in the history
  4. remove leftover webcam test

    arturi committed Nov 26, 2021
    Copy the full SHA
    a0de4e7 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    f0fc9a4 View commit details
    Browse the repository at this point in the history
  6. Delete index.test-d.ts

    arturi committed Nov 26, 2021
    Copy the full SHA
    f4ec431 View commit details
    Browse the repository at this point in the history
  7. Revert "Delete index.test-d.ts"

    This reverts commit f4ec431.
    arturi committed Nov 26, 2021
    Copy the full SHA
    424e4f9 View commit details
    Browse the repository at this point in the history
  8. fix lint and type tests

    arturi committed Nov 26, 2021
    Copy the full SHA
    5cd6a34 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. Update website/src/docs/audio.md

    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    arturi and aduh95 committed Nov 29, 2021
    Copy the full SHA
    c66adba View commit details
    Browse the repository at this point in the history
  2. Update packages/@uppy/audio/src/audio-oscilloscope/index.js

    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    arturi and aduh95 committed Nov 29, 2021
    Copy the full SHA
    a091dba View commit details
    Browse the repository at this point in the history
  3. Update packages/@uppy/audio/src/DiscardButton.js

    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    arturi and aduh95 committed Nov 29, 2021
    Copy the full SHA
    f7f28fe View commit details
    Browse the repository at this point in the history
  4. Update packages/@uppy/audio/src/audio-oscilloscope/index.js

    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    arturi and aduh95 committed Nov 29, 2021
    Copy the full SHA
    ebd123f View commit details
    Browse the repository at this point in the history
  5. Update packages/@uppy/audio/src/supportsMediaRecorder.js

    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    arturi and aduh95 committed Nov 29, 2021
    Copy the full SHA
    de2e024 View commit details
    Browse the repository at this point in the history
  6. Update website/src/docs/audio.md

    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    arturi and aduh95 committed Nov 29, 2021
    Copy the full SHA
    4d4d5ec View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Update packages/@uppy/audio/types/index.d.ts

    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    arturi and aduh95 committed Nov 30, 2021
    Copy the full SHA
    677fea4 View commit details
    Browse the repository at this point in the history
  2. Update packages/@uppy/audio/src/index.js

    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    arturi and aduh95 committed Nov 30, 2021
    Copy the full SHA
    deb2c07 View commit details
    Browse the repository at this point in the history
  3. Update packages/@uppy/audio/src/index.js

    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    arturi and aduh95 committed Nov 30, 2021
    Copy the full SHA
    b81cbe4 View commit details
    Browse the repository at this point in the history
  4. Update packages/@uppy/audio/src/index.js

    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    arturi and aduh95 committed Nov 30, 2021
    Copy the full SHA
    b5bf3a6 View commit details
    Browse the repository at this point in the history
  5. remove unused method

    arturi committed Nov 30, 2021
    Copy the full SHA
    bb02c01 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Copy the full SHA
    9857ffd View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. make all methods private

    arturi committed Dec 3, 2021
    Copy the full SHA
    4a7be8c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3d35b89 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. Copy the full SHA
    b44136d View commit details
    Browse the repository at this point in the history
  2. more private

    arturi committed Dec 6, 2021
    Copy the full SHA
    a4d3d75 View commit details
    Browse the repository at this point in the history
  3. fix lint

    arturi committed Dec 6, 2021
    Copy the full SHA
    77a960d View commit details
    Browse the repository at this point in the history