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
- Host: GitHub
- URL: https://github.com/geminate/mwave
- Owner: geminate
- Created: 2018-06-04T12:57:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-04T06:06:16.000Z (almost 8 years ago)
- Last Synced: 2025-03-26T01:51:07.272Z (about 1 year ago)
- Topics: electron-vue, player, visual-audio
- Language: JavaScript
- Homepage:
- Size: 3.6 MB
- Stars: 69
- Watchers: 2
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](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

# 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.