File size: 685 Bytes
cd95f47 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
<readme>
**Multitrack Audio Editor**
Multitrack Audio Editor is a simple audio editor built with wavesurfer.js and Alpine.js. It allows you to load multiple audio tracks, display the waveform, timeline, and playback controls. With the ability to mute/solo individual tracks, the user can mix and match audio to create a multitrack masterpiece.
## Preview
![Multitrack Audio Editor]("https://i.imgur.com/mLxOfQE.png")
## Features
* Load multiple audio tracks.
* Display waveform, timeline, and playback controls.
* Add mute/solo tracks features.
* Customizable design.
## Installation
1. Clone the repository
`git clone https://github.com/kcone42/multitrack-audio-editor.git` |