1.0.2 • Published 2 years ago

wav-audio-resampler v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

wav-audio-resampler

Introduction

wav-audio-resampler provides three main features:

  • generates sample rate and sample depth of Wav audio
  • provides 3 resampling methods (linear, lagrange, sine). You can choose one of these methods to require a resampling audio (includes up-sampling and down-sampling).
  • provides audition for resampling audio. You can use playInterpolationAudio method to play a resampling audio.

Install

npm install wav-audio-resampler --save