Skip to content

Geoxor/Amethyst

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
September 8, 2023 04:09
March 31, 2023 04:04
April 27, 2023 00:47
September 8, 2023 03:20
September 8, 2023 04:09
May 28, 2023 04:06
src
September 8, 2023 04:30
October 29, 2022 02:14
January 31, 2023 04:37
May 14, 2022 15:02
December 23, 2022 14:22
December 1, 2022 05:25
April 28, 2023 23:46
May 28, 2023 04:06
December 30, 2022 22:32
December 27, 2022 20:42
April 28, 2023 04:11
September 8, 2023 03:20
September 8, 2023 04:09
September 8, 2023 03:53

Discord GitHub repo size

English | ็ฎ€ไฝ“ไธญๆ–‡ | ะ ัƒััะบะธะน | Polski

๐Ÿ’Ž Amethyst

Amethyst is an Electron-based cross-platform 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 the language can be stretched 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.

Amethyst

๐Ÿ“ฅ Download

๐Ÿ“ƒ Documentation

๐Ÿ“ 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