git add README.md git commit -m "docs: update readme for My-DAW repository" git push origin main ```
Pro Tip: On your GitHub page (https://github.com/vaibov/My-DAW/), make sure to click the **Settings (Since you’ve updated the repository name to My-DAW, I have adjusted the links and headers in the README to match your new URL.
# 🎹 My-DAW
A high-performance, browser-based Digital Audio Workstation (DAW) built with **Next.js**, **TypeScript**, and the **Web Audio API**. This project features a sleek, neon-inspired interface with real-time frequency visualization and precise audio control.
## 🚀 Live Demo
Check out the live application here: **https://my-daw.vercel.app**
*(Note: Replace this with your actual Vercel URL if different)*
## ✨ Features
* **Real-time Visualizer**: High-fidelity frequency analysis using the Web Audio API `AnalyserNode`.
* **Audio Engine**: Robust playback system with support for gain control and audio state management.
* **Modern UI**: Built with Tailwind CSS and Lucide React for a responsive, dark-mode experience.
* **Client-Side Processing**: All audio processing happens in your browser for zero latency.
## 🛠️ Tech Stack
* **Framework**: Next.js 14
* **Language**: TypeScript
* **Styling**: Tailwind CSS
* **Icons**: Lucide React
* **Audio**: Web Audio API
## 📦 Installation & Local Setup
1. **Clone the repository:**
```bash
git clone [https://github.com/vaibov/My-DAW.git](https://github.com/vaibov/My-DAW.git)
cd My-DAW