crossjs / audio-convertalizer

A simple audio converter for PC and Mac with Electron interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Audio Convertalizer

A simple audio converter for PC and Mac with Electron interface

Run with node.js

  1. Clone repo

  2. Install dependencies:

$npm install

  1. Run the app:

$npm start

Build

Mac (arm64)

$npm run package-mac-arm

Mac (x64)

$npm run package-mac

PC

$npm run package-pc

About

A simple audio converter for PC and Mac with Electron interface

License:MIT License


Languages

Language:JavaScript 89.1%Language:HTML 5.5%Language:CSS 5.4%