Sound Engineer AI is an open-source AI assistant for music producers, artists, and beginner sound engineers.
The goal of the project is to build a standalone web service powered by the OpenAI API. The assistant helps users understand mixing, mastering, vocal chains, DAW workflows, plugin settings, screenshots, and audio feedback.
This project started as a ChatGPT Project Pack and is now being developed into a full API-based open-source service.
Independent artists often cannot afford professional mix feedback, mastering engineers, or personal audio engineering education.
Sound Engineer AI aims to make practical audio engineering help more accessible by combining:
- OpenAI API workflows
- DAW-specific knowledge
- Plugin-specific guidance
- Screenshot analysis
- Audio feedback workflows
- Mix and master checklists
- User plugin profiles
- Educational explanations for beginners
A web-based assistant for music production and sound engineering questions.
Planned support:
- Logic Pro
- Ableton Live
- FL Studio
- FabFilter plugins
- Waves plugins
- iZotope RX
- iZotope Ozone
- Vocal tuning workflows
- Mixing and mastering chains
Users will be able to define which plugins they own.
The assistant will then give advice based only on the user's available plugins.
Example:
{
"daw": "Logic Pro",
"plugins": ["FabFilter Pro-Q 3", "Waves Tune Real-Time", "Ozone 12", "RX 10"]
}Users will be able to upload screenshots from their DAW or plugin chains.
The assistant will explain:
- what each setting does
- what may be wrong
- what should be changed
- how to improve the chain
The project will include workflows for uploading audio files and receiving structured feedback.
Planned analysis areas:
- vocal clarity
- low-end balance
- harsh frequencies
- muddiness
- stereo width
- loudness
- master readiness
apps/
web/
Frontend web application
api/
Backend API service
packages/
prompts/
Prompt workflows for mixing, mastering, plugins, DAWs, and screenshots
audio-analysis/
Audio analysis helpers and experiments
docs/
Architecture, setup guides, roadmap, and contribution docs
examples/
Example plugin profiles, prompts, and user workflows
- Prepare project architecture
- Add documentation
- Add first prompt workflows
- Add example plugin profile
- Define API service plan
- Build basic web interface
- Add OpenAI API chat integration
- Add environment variable setup
- Add first user profile format
- Add screenshot analysis workflow
- Add DAW-specific response modes
- Add Logic Pro, Ableton Live, and FL Studio sections
- Add audio upload workflow
- Add structured mix feedback
- Add basic loudness and frequency feedback helpers
- Add plugin-aware recommendations
- Add user preset system
- Add saved project sessions
The project is open source because music production knowledge should be easier to access.
Many beginner artists struggle with unclear tutorials, random plugin chains, bad presets, and expensive feedback. This project aims to create a practical AI tool that helps users learn faster and make better creative decisions.
Early-stage project.
The repository is currently being prepared for active development, issue tracking, public roadmap, and API-based implementation.
MIT License