Skip to content

An open source Digital Audio Workspace. Made with Typescript

License

Notifications You must be signed in to change notification settings

nahkd123/Mixery

Repository files navigation

Mixery social image

Mixery

An open source Digital Audio Workspace. Mixery uses Web Audio API to render audio in realtime, as well as rendering it to audio file.

Try Mixery

You can either try Mixery now by clicking here

Other ways to try Mixery:

How to build? (starting from 11/08/2020)

  1. Install NodeJS and npm. For Windows users, npm is already included in NodeJS installer. For Linux users, you'll need to install it via package manager (For Debian based, it's sudo apt install npm)
  2. Clone this repository: git clone https://github.com/nahkd123/Mixery.git
  3. Run npm install to install missing packages (you only have to run this once)
  4. Run npm run general.productionbuild for production build.

If it doesn't work, try npm run general.clean first (if it doesn't work for Windows, try npm run general.cleanWindows instead)

  1. Start a HTTP server at ./temp/production

You can also use npx tsc --watch while editing source codes so it will automagically compile files.

Source Code License

The entire source code licensed under GPL v3.0. More information can be found in here or view in LICENSE file.

About

An open source Digital Audio Workspace. Made with Typescript

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published