1.0.0 • Published 6 years ago

electron-piano-audio v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Electron Audio

An NPM package to create audio in Electron easily.

Usage

var audio = require("electron-audio")
audio("...") // Notes are decided by the characters inputted, going from the keyboard positions (1 is lowest, M is highest). All notes are alphanumerical.

Installation

npm install electron-audio

License

MIT

Note

The code here was based on the code found here. The only changes to it were to make it work as an Electron package rather than in one specifically designed web page.

1.0.0

6 years ago