yareco
TypeScript icon, indicating that this package has built-in type declarations

0.1.5 • Public • Published

Yareco

License npm

Introduction

Yareco stands for yet another recorder. It is a lightweight wrapper around the web recorder API, adapted from online resources, rewritten in TypeScript.

API

  • Recorder.start()
  • Recorder.pause()
  • Recorder.resume(position: number = -1)
  • Recorder.stop()
  • Recorder.clear()
  • Recorder.exportWAV()

Motivation

I needed to support rewinding while recording, but there is no library that supports this feature. So I decided to rebuild my own.

Dependents (0)

Package Sidebar

Install

npm i yareco

Weekly Downloads

317

Version

0.1.5

License

Apache-2.0

Unpacked Size

36.4 kB

Total Files

6

Last publish

Collaborators

  • jiayushe