Music Editor — это современное веб-приложение с открытым исходным кодом для редактирования и обработки аудио файлов прямо в браузере. Проект находится на раннем этапе разработки и активно развивается.
-
Клонируйте репозиторий
git clone https://github.com/your-username/music-editor.git cd music-editor -
Установите зависимости
npm install-
Запустите проект
npm run dev -
Откройте в браузере
http://localhost:3000
-
- Загрузите аудио файл через интерфейс
-
- Используйте панель эффектов для настройки звука
-
- Применяйте готовые пресеты или создавайте свои
-
- Скачивайте обработанный трек
Мы приветствуем любой вклад в развитие проекта! Пожалуйста:
-
- Форкните репозиторий
-
- Создайте ветку для новой функции ( git checkout -b feature/amazing-feature )
-
- Зафиксируйте изменения ( git commit -m 'Add amazing feature' )
-
- Отправьте в ветку ( git push origin feature/amazing-feature )
-
- Откройте Pull Request
Этот проект распространяется под лицензией MIT. Подробности в файле LICENSE .
- GitHub : your-username
- Email : your-email@example.com
Music Editor is a modern open-source web application for editing and processing audio files directly in the browser. The project is in early development stage and actively evolving.
- Frontend : Next.js 15, React 19, TypeScript
- Audio : Tone.js for audio processing
- UI : Tailwind CSS, Radix UI
- State Management : Zustand
- Architecture : Clean Architecture principles
-
- Clone the repository
git clone https://github.com/ your-username/music-editor.git cd music-editor -
- Install dependencies
npm install -
- Start the development server
npm run dev -
- Open in browser
http://localhost:3000
-
- Upload an audio file through the interface
-
- Use the effects panel to adjust the sound
-
- Apply ready-made presets or create your own
-
- Download the processed track
We welcome any contribution to the project! Please:
-
- Fork the repository
-
- Create a feature branch ( git checkout -b feature/amazing-feature )
-
- Commit your changes ( git commit -m 'Add amazing feature' )
-
- Push to the branch ( git push origin feature/amazing-feature )
-
- Open a Pull Request
This project is licensed under the MIT License. See the LICENSE file for details.
- GitHub : your-username
- Email : your-email@example.com
Made with ❤️ by the open source community
⭐ Star this repo if you find it helpful!