1.0.6 • Published 2 years ago

master-pitch v1.0.6

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

MasterPitch

Edit audio pitch and create instruments inside your webpage!

Enter Package NPM page

Install

yarn add master-pitch or npm i master-pitch

Import

import { loadBuffer, playBuffer } from 'master-pitch';

Use

// loading
const myAudio = await loadBuffer('../audios/sample.mp3');

// playing with pitch exemples
const default = 60;
const higher = 62;
playBuffer(myAudio, default, higher);
1.0.6

2 years ago

1.0.5

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago