
AI Music Generator for Every Mood | Musicaura
从心情、场景、歌词或文字提示生成原创音乐。
MusicAura AI — AI 音乐生成器,把情绪、场景、歌词或文字提示变成原创歌曲和背景音乐,支持试听和下载
完整作品展
技术栈
60 projects

从心情、场景、歌词或文字提示生成原创音乐。
MusicAura AI — AI 音乐生成器,把情绪、场景、歌词或文字提示变成原创歌曲和背景音乐,支持试听和下载

在 Resona 中点击物体并分层创建音乐循环。
u/Ready-Drummer-2136 · Reddit
A small design change in my music toy: the instruments now stay on the table I'm building Resona, a browser music toy where you tap physical-looking objects and layer little loops. The clip shows the current version with its actual sound. One thing I changed: the sound collection is always visible, and each object has its own record control. Choosing a sound should feel like picking something up. It was too much menu hunting before. Built with AI coding tools, React/TypeScri

Scene2Screen Pro by The Fearless Actress Company: AI scene reader, script analysis, and an audition tracker built for working actors.
@TFActress · X
Hi 🙋🏾♀️ I built a rehearsal app for actors who can’t find a reader in time for their self-tape auditions 🖤

输入提示词和选择情绪,使用AI生成个性化说唱歌词和歌曲。
Rap Generator — 生成说唱歌词和歌曲的免费 AI 工具,用户可以输入提示词,选择情绪,生成符合描述的个性化的歌词,并可以根据歌词选择免费创建两首定制的说唱歌曲。可以免费下载和收听人工智能生成的说唱歌曲。希望让每一个 Rap 音乐爱好者能轻松地创作自己喜欢的音乐

Turn your experience into stronger answers with role-specific fit analysis, structured story prep, realistic voice mock interviews, and scored feedback.
@richyjudge · X
Better interview prep, no audience 😅

在线收听音乐,跟踪您的听歌历史,发现新艺术家。
@heymynameisrob · X
vibe coded my own scrobbler app for apple music cause their one was appalling. connected with @n8n_io to update my slack status so everyone can see what cool tunes I listen to

Segment Anything for Audio — made simple. Separate audio with a text prompt. Isolate vocals, remove background music, extract speech from noise. Privacy-first stem splitter powered
@sambamdamnn · X

Voice-aware AI that helps you create content, engage strategically, and grow your authority on LinkedIn. Every suggestion sounds like you, not a template.
@webshark · X

Three AI instruments for turning raw material into finished work: Flow cuts long video into short-form, Listen turns meetings into notes, Study turns course material into a workspa
@SlatedStudio · X

Ambient sound mixer with live animated visuals that react to every sound. See rain fall, lightning flash, waves crash & embers glow. 30+ free nature sounds for study, sleep & focus
@KirolaYash · X

复制精选AI提示词库,用于图像、视频和音频生成。
weijunext · HN
Free, curated prompts for AI image, video and music

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