JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 509
  • Score
    100M100P100Q96072F
  • License Apache-2.0

lightweight API wrapper for web audio recording

Package Exports

  • yareco

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (yareco) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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.