An open API service indexing awesome lists of open source software.

https://github.com/geminate/mwave

A Music Player that can show audio waveform
https://github.com/geminate/mwave

electron-vue player visual-audio

Last synced: about 1 year ago
JSON representation

A Music Player that can show audio waveform

Awesome Lists containing this project

README

          

[![experimental](http://badges.github.io/stability-badges/dist/experimental.svg)](http://github.com/badges/stability-badges)
# Introduction
Mwave is a music Player base on electron-vue.
The inspiration comes from [bilibili.com](https://www.bilibili.com/video/av14342490) which is a very beautiful video made by AE.
**This project is only for interest and practise.**

# Preview
![image](https://github.com/geminate/mwave/blob/master/readme/preview.gif)

# Build or Release
#### build
```
# install dependencies
npm install

# run
npm run dev
```
#### release
```
# install dependencies
npm install

# run
npm run build

# you can find .exe at build/win-unpacked
```
# Usage
1. Run wmave.exe
2. The default music directory is **C:\Users\XXX\AppData\Roaming\Electron**, right click the **troy icon** and click **'choose folder'** to change it.
3. Click the **play** button.