Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 669 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 669 Bytes

MP3toSVG

This app can convert MP3 files to svg's with the waveform of the audio.

Prerequisites

You will need the following things properly installed on your computer.

  • Git
  • Node.js (with npm), see .nvmrc for node version
  • [ffmpeg] tested with version 4.0.1, likely to work with 3.x versions.

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • Then npm install

Running / Development

  • npm run dev input.mp3 output.svg numberofsamples

Testing

  • npm test

Release

  • npm install
  • npm build
  • Commit the new dist files
  • kdgm-release x.y.z