Skip to content

TasukuUno/casals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Casals

icon_256x256

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>

build installer

yarn run release

setup

prepare json file like this

[
  {
    "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"
  }
]

load the file

Press btn button and load the JSON file. Once you load it, the app save path to files.

About

music player for practicing instruments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published