Skip to content

JahsiasWhite/AudioShape

Repository files navigation

AudioShape

A music player with built-in audio editing tools

version Operating systems tests

main screen

Core Features
  • 🎚️ Live audio editing (speed, EQ, effects)
  • 🔄 Edits are persistent. No need to reapply when a new song plays
  • 💾 Save/Export custom tracks and presets
  • 🎥 Built in downloader for YouTube and Spotify
  • 🎬 Full-screen mode that supports video formats
  • ⚙️ File converter tool
  • 🏷️ Song metadata tag editor
  • 🎨 Customizable themes

You can try a simplified version on the web here

⚠️ Note: This project is still under active development. Bugs and errors may occur. Feel free to submit a PR or issue on GitHub if you encounter any problems!

Install

Go to releases and download the .zip of the newest release. Once downloaded, unzip the folder and run the .exe inside

Build and Run

Install dependencies

npm install --production
npm install webpack-cli

Build App

npm run react-build This will create a new folder titled 'build'

npm run electron-build This will create a new folder titled 'dist'. This is where the installer.exe is

Run the app :)

In /dist, run setup.exe

Launching

npm install npm i react-scripts npm run all

Testing

To run the tests npm test

To see the coverage npx jest --coverage

About

Music player app with real-time audio editing

Resources

Stars

4 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors