JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 315
  • Score
    100M100P100Q89429F
  • License MIT

transfer mp3 file to wav type, for both audio type mono or stero

Package Exports

  • mp3-to-wav

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 (mp3-to-wav) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

mp3-to-wav

Transfer mp3 file to wav type, for both audio type mono or stero

1. install

$ npm install --save mp3-to-wav

2. usage

const Mp32Wav = require('mp3-to-wav')
new Mp32Wav('mp3-file-path-to-transfer','wav-file-saving-dir').exec()
// will produce wav file on providing dir