Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jul 8, 2024. It is now read-only.
/uppy-audioPublic archive

Uppy plugin for audio recording

License

NotificationsYou must be signed in to change notification settings

aslafy-z/uppy-audio

Repository files navigation

Uppy logo: a superman puppy in a pink suit

Build Status

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.

Example

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.

Installation

$ 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

Documentation for this plugin can be found on theUppy website.

License

The MIT License.

About

Uppy plugin for audio recording

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors4

  •  
  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp