0.1.5 • Published 4 years ago

yareco v0.1.5

Weekly downloads
25
License
Apache-2.0
Repository
github
Last release
4 years ago

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.

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago