
wavez.social — make ur music slap
Turn any track into a TikTok-ready music video with beat-reactive visuals in your browser.
@cleggypdc · X
The full gallery
Tech stack
60 projects

Turn any track into a TikTok-ready music video with beat-reactive visuals in your browser.
@cleggypdc · X

AI tool that matches your track's EQ curve to reference songs in the browser.
@pcclubb · X
Check out "SONICSYNC EQ "match engine · v1.0 I just built with Lovable!

Build your product an attraction, invite riders, and watch the park come alive.
@richyjudge · X

Combine AI-generated images, videos, and audio on an infinite browser canvas.
ZOOOP — AI 原生创作平台,支持在浏览器端无限画布上生成图像、视频和音频,提供去背景、高清化等专项工具及即用型 AI 模板,支持发布模板赚取积分,并具备团队共享积分模式。

Conduct AI-powered voice, chat, and video interviews with automated transcripts and insights.
Aural — 开源 AI 面试平台,支持语音、聊天和视频面试,提供自适应追问、结构化评分、面试练习与自托管 - [查看仓库](https://github.com/1146345502/aural-oss)

In-browser acid bassline synthesizer with 16-step sequencer, resonant filter, and generative visuals.
@des1gnfox · X
I built a REAL TB-303 in the browser. 🎛️🔥 Acid basslines, resonant filter, slide & accent — full real-time synthesis, zero plugins. Built with Claude Code + Fable 5. Try it 👇 #WebAudio #AcidHouse #ClaudeCode #TB303

Browse local events on Jonline, a decentralized social network.
pseudocomposer · HN
Stuff to do this weekend in the Raleigh/Durham metro area

AI-powered video clipping and social publishing for creators
@TociNwaoha · X
Clipping and auto posting

Upload tracks, invite collaborators with roles, and keep every version in one place. The Uforiya beta is open and free to start.
@chukaufo · X
I basically created a GitHub for music producers.

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

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

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