Local music player for practicing instruments built on Electron.
- play tracks by
<audio>
element- set playback range
- set playback rate (speed down/up without change pitch)
- show any files or web pages in
<webview>
yarn run release
[
{
"name": "trackA",
"view": "./trackA.png",
"audio": "./trackA.mp4"
},
{
"name": "trackB",
"view": [
"./trackB1.png",
"./trackB2.png"
],
"audio": "./trackB.mp3"
},
{
"name": "trackC",
"view": "https://example.com/something/of/trackC",
"audio": "./trackC.mp4"
}
]
Press button and load the JSON file. Once you load it, the app save path to files.