Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.95 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.95 KB

Discord GitHub repo size

English (Other languages soon)

💎 Sapphire

Sapphire is an Electron-Based audio player with a node-based audio routing system, the main goal of this project is to make a music player in TypeScript to see how far we can stretch language today to prove it's possible to provide pro-level features as most DAWs / DAEs, while also providing useful tools and customizability to the end-user to deal with audio.

⚠️ This is an unfinished application

Please do not write reviews yet as I have not finished implementing everything required for me to call this app "complete", things may suddenly change and the current state of the repository might not represent the complete version faithfully.

Img Src | Sapphire v1.8.40 Sapphire

📝 Contributing

  • Use Node.js v19.1.0
  • Use the recommended extensions
  • Have libvips installed for linux
  • Have yarn installed

⌨️ Coding

  • Install dependencies with yarn
  • Develop with yarn dev
  • Compile with yarn package, compiled files will be in the release/build folder