- Notifications
You must be signed in to change notification settings - Fork3
Uppy plugin for audio recording
License
aslafy-z/uppy-audio
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The Audio plugin for Uppy lets you record audio with a built-in microphone.
Uppy is being developed by the folks atTransloadit, a versatile file encoding service.
constUppy=require('@uppy/core')constAudio=require('@zadkiel/uppy-audio')constuppy=Uppy()uppy.use(Audio,{showRecordingLength:true,encoderPath:'/path/to/waveWorker.min.js'})
You should hostwaveWorker.min.js
from opus-recorder project file on same-origin and then precise its path withencoderPath
configuration variable.
$ npm install @zadkiel/uppy-audio --save
We recommend installing from npm and then using a module bundler such asWebpack,Browserify orRollup.js.
Alternatively, you can also use this plugin in a pre-built bundle from Transloadit's CDN: Edgly. In that caseUppy
will attach itself to the globalwindow.Uppy
object. See themain Uppy documentation for instructions.
Documentation for this plugin can be found on theUppy website.
About
Uppy plugin for audio recording
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.