
AI Music Generator & Song Maker | UniMusic AI
Generate original royalty-free music and vocals with AI, no experience needed.
UniMusic AI — AI 音乐生成 - 根据你的描述一键生成专业完整的音乐
The full gallery
Tech stack
60 projects

Generate original royalty-free music and vocals with AI, no experience needed.
UniMusic AI — AI 音乐生成 - 根据你的描述一键生成专业完整的音乐

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

Identify any song from audio files, URLs, or live recordings without signing up.
krasscy · V2EX
做了个免费的找歌工具,上传音频或贴链接就能识别 最近做了一个 [Song Finder]( https://songfinder.dev/),遇到听到一段歌却想不起名字的情况,可以上传音频、粘贴媒体链接,或者直接录一段声音来识别。 基础功能免费,不需要注册。除了找歌,也放了音频裁剪、降噪、BPM 和调性检测、歌词等小工具。 欢迎试用,也想听听大家对识别准确度和使用体验的反馈。 https://songfinder.dev

Play and create music from audio clips, hummed melodies, or voice input.
@HappyMonkeyAI · X
Been building so many cool things recently, like Riffly 🎸Hear something cool? Play it in seconds. 📷Drop in a clip, hum a melody, or use your mic. 📷

Sketch drum beats, arrange them into songs, and share via links—all in your browser.
maxime_cb · HN
I built one of the most advanced web-based drum/beat sequencers

Create chord progressions, basslines, and drum patterns directly in your browser.
@chordxp · X

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

Play your own music offline with playlists, equalizer, lyrics, and sleep timer.
@MonkusTomas · X
Check out what I just built with Lovable!

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

Discover curated music selections randomly without algorithmic recommendations.
u/replaytheNight · Reddit
I built an algorithm-free music curation site using the public YouTube API to escape biased recommendations Hey Reddit, Like many of you, I grew tired of modern music streaming algorithms feeding me the same loop of corporate hits or predictable tracks. I wanted a way to discover both timeless classics and completely hidden gems without having to create an account, log in, or bypass endless ad screens. So, I spent my free time building The Amazing Jukebox : theamazingjukebox.com Wha

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

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 摄像头 → 手部关键点识别 → 提取手掌位置、距离和手势 → 平滑、死区和状态保持 → 映