
AI Stem Splitter - Separate Any Song into Professional Stems
Separate any song into professional stems like vocals, drums, bass, and guitar.
AI Stem Splitter — AI 音轨分离器
The full gallery
Tech stack
23 projects

Separate any song into professional stems like vocals, drums, bass, and guitar.
AI Stem Splitter — AI 音轨分离器

AI-powered platform for managing music careers with analytics, playlist pitching, and press kit tools.
@GrYoT · X
A manager for independent musicians. instead of juggling like 5 tools for analytics, playlist pitching, content scheduling, booking etc, you just talk to it like you would a real manager and it pulls your actual data and does the busywork

Create finished AI songs with generated lyrics, vocals, stems, and mastering in 30 seconds.
@creativeaigrl · X

Generate original music tracks from mood descriptions, scenes, lyrics, or text prompts.
MusicAura AI — AI 音乐生成器,把情绪、场景、歌词或文字提示变成原创歌曲和背景音乐,支持试听和下载

Generate professional AI music from text in 100+ genres.
musci — AI 音乐生成,支持多语言

Write and collaborate on music notation in your browser with live preview.
@erikdao · X

Create music, beats, and instrumentals from text using AI.
CreateYourMusic AI — AI 音乐生成器,把文字描述、歌词或诗句变成带人声、旋律和编曲的完整歌曲,支持多风格生成和 MP3/WAV 下载

Generate full-length songs with vocals or instrumentals from text prompts.
Moono AI 帮你写歌 — AI 音乐生成器

Create and explore music on an AI-built platform.
@oyzhouzhou · X
我用kimi K3一小时做了一个音乐网站

AI audio editor and music generator for editing, shortening, and creating music from text or audio files.
audjust.ai — 智能音频编辑与 AI 音乐生成工具,帮助处理音频文件(智能缩短歌曲、延长音频、寻找完美无缝循环)并从文字描述、歌词或图片生成完整音乐轨道。支持多种风格,内置 MIDI 编辑器、音轨分离、Lo-fi 转换等专业工具。

AI-powered notes app built with Codex and refined with Grok.
@Number1AIFanboy · X
I got to go to bed. More coding tomorrow. I just had a realization that I'm building cool shit, using @grok in an app that I built with Codex and refined with Grok. And now Grok just works on himself. LFG🚀 Drop me a note here: Get the app here (use LAUNCH50):

Make music with webcam hand gestures—chords, harmony, theremin pitch, no signup needed.
lisheng3698 · V2EX
我把摄像头变成了乐器:从手势识别到 Web Audio,分享 5 个真正踩过的坑 最近做了一个有点不一样的浏览器小项目:用摄像头识别双手动作,再把手的位置和姿势映射成和弦、音高、音量和音色。 不需要安装软件,也不需要麦克风。打开网页、允许摄像头后,就可以隔空演奏。 项目地址:[GestureSynth.me]( https://gesturesynth.me/) 建议使用最新版 Chrome 或 Edge 。摄像头画面只在本地处理,不会上传。 ## 真正难的不是“识别到手” 最开始我以为,只要 MediaPipe 能返回手部关键点,剩下的事情就是把坐标转换成音符。 实际做下来发现:**识别出一只手很容易,让它变成一个“能演奏”的控制器才难。** 摄像头每一帧都会返回一组手部关键点,但这些坐标会轻微抖动,偶尔还会丢失。如果直接把原始坐标连接到音高或者音量,听起来会非常不稳定。 最后形成的处理链路大致是: ```text 摄像头 → 手部关键点识别 → 提取手掌位置、距离和手势 → 平滑、死区和状态保持 → 映