uppy/packages/@uppy/audio
Antoine du Hamel 50f5f910b1
@uppy/audio: refactor to ESM (#3470)
npm package is still CommonJS, the plan is to switch that in the
next semver-major.
2022-03-09 11:29:39 +01:00
..
src @uppy/audio: refactor to ESM (#3470) 2022-03-09 11:29:39 +01:00
types audio: new @uppy/audio plugin for recording with microphone (#2976) 2021-12-06 17:06:51 +00:00
CHANGELOG.md Release: uppy@2.3.1 (#3357) 2021-12-09 20:00:12 +00:00
LICENSE audio: new @uppy/audio plugin for recording with microphone (#2976) 2021-12-06 17:06:51 +00:00
package.json @uppy/audio: refactor to ESM (#3470) 2022-03-09 11:29:39 +01:00
README.md audio: new @uppy/audio plugin for recording with microphone (#2976) 2021-12-06 17:06:51 +00:00

@uppy/audio

Uppy logo: a superman puppy in a pink suit

CI status for Uppy tests CI status for Companion tests CI status for browser tests

The Audio plugin for Uppy lets you record audio using a built-in or external microphone, or any other audio device, on desktop and mobile.

Uppy is being developed by the folks at Transloadit, a versatile file encoding service.

Example

import Uppy from '@uppy/core'
import Webcam from '@uppy/audio'

const uppy = new Uppy()
uppy.use(Audio)

Installation

$ npm install @uppy/audio

We recommend installing from npm and then using a module bundler such as Webpack, Browserify or Rollup.js.

Alternatively, you can also use this plugin in a pre-built bundle from Transloadits CDN: Edgly. In that case Uppy will attach itself to the global window.Uppy object. See the main Uppy documentation for instructions.

Documentation

Documentation for this plugin can be found on the Uppy website.

License

The MIT License.