惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Microsoft Azure Blog
Microsoft Azure Blog
GbyAI
GbyAI
P
Proofpoint News Feed
Engineering at Meta
Engineering at Meta
Recent Announcements
Recent Announcements
L
LangChain Blog
B
Blog
阮一峰的网络日志
阮一峰的网络日志
Microsoft Security Blog
Microsoft Security Blog
博客园 - 【当耐特】
M
MIT News - Artificial intelligence
D
Docker
WordPress大学
WordPress大学
J
Java Code Geeks
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The GitHub Blog
The GitHub Blog
博客园 - 叶小钗
Last Week in AI
Last Week in AI
Stack Overflow Blog
Stack Overflow Blog
有赞技术团队
有赞技术团队
MyScale Blog
MyScale Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
MongoDB | Blog
MongoDB | Blog
博客园 - Franky

Hacker News: Show HN

PurrrrrFocus: Pomodoro Timer App - App Store Workflow Engine — Multi-Step Orchestration for Bun RapidPhoto: Pro Photo Editor App - App Store GitHub - DheerG/swarms: Achieve extraordinary results with claude code across a variety of tasks SPICE simulation → oscilloscope → verification with Claude Code — Lucas Gerads Show HN: VCoding – A 5 MB native Windows IDE with no dynamic dependencies Show HN: LLMs don't hallucinate because they're bad at math, it's the format GitHub - Agent-FM/agentfm-core: AgentFM is a peer-to-peer network that turns everyday computers into a decentralized AI supercomputer. AgentFM lets you run massive AI workloads directly across a global mesh of idle CPUs and GPUs. Show HN: Tracking Top US Science Olympiad Alumni over Last 25 Years GitHub - Potarix/agent-hub: One place to talk to all your agents Show HN: Runtime security for AI agents(injection,tool abuse, data exfiltration) GitHub - dubeyKartikay/lazyspotify: Terminal Spotify client for macOS and Linux GitHub - the-banana-tool/king-louie: Easy to use GUI Personal AI Assistant. Win/Linux/Mac. Show HN I made my vacation rental bookable by AI agents–no Airbnb, 0% commission GitHub - basteez/jsf-autoreload: maven plugin to enable hot reload on jsf projects uvm32/hosts/host-gdbstub at main · ringtailsoftware/uvm32 GitHub - labsai/EDDI: Config-driven engine that turns JSON into production-grade AI agents. Multi-agent orchestration, 12+ LLM providers, MCP/A2A protocols, RAG, persistent memory, and enterprise compliance (EU AI Act, GDPR, HIPAA). Built on Quarkus. GitHub - glitchnsec/fortyone-oss: AI Executive Assistant Platform Quickstart | Alien GitHub - muxshed/shed: One stream in, or many. Every destination, simultaneously. No cloud middleman, no per-channel fees, no limits. GitHub - ocrbase-hq/ocrbase: 📄 PDF/IMG ->.MD/JSON Document OCR API for PaddleOCR and GLMOCR. Self-hostable. GitHub - impactjo/home-memory: MCP server that lets your AI assistant remember everything about your home. GitHub - Sets88/dbcls: DbCls is a powerful terminal database client that supports various databases GitHub - neptun2000/heor-agent-mcp GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh RollQuation: Math Puzzles - Apps on Google Play GitHub - dropbox/witchcraft Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis GitHub - opentalon/opentalon: OpenTalon is an open-source platform built from the ground up in Go as a robust alternative to OpenClaw LinkedIn™ 职位抓取工具 - Chrome 应用商店
GitHub - ark-tik/vs-code-music-visualiser: VS Code extens...
kartik0001 · 2026-06-20 · via Hacker News: Show HN

🎵 VS Code Music Visualizer

Transform your code editor into a real-time music visualizer using multiline cursors. Watch code dance to music as frequency analysis drives dynamic cursor positioning.

VS Code Extension

Installation

  1. Open VS Code Extensions (Ctrl+Shift+X / Cmd+Shift+X)
  2. Search "Multiline Cursor Audio Visualizer"
  3. Click Install

Install from Marketplace →

Gallery & Usage

Demo video (youtube)

Watch the demo video

MacOs tutorial video (youtube)

Watch the video

Real-time cursor movement responding to audio frequencies - each cursor represents a frequency band positioned by amplitude.

Available Commands

Command Palette Access via Command Palette (Ctrl+Shift+P):

  • Audio Visualizer: Start (Microphone) - Captures microphone input for live performance visualization
  • Audio Visualizer: Start (System Audio) - Captures computer audio output for music visualization
  • Audio Visualizer: Stop - Stops the visualization
  • Audio Visualizer: Configure - Opens extension settings

Configuration Settings

Settings Panel Customize through VS Code settings:

  • Sensitivity (0.1-5.0) - Audio response strength
  • Update Rate (30-120 FPS) - Visualization refresh rate
  • Cursor Count (8-256) - Number of frequency bands
  • Auto Configure - Matches cursor count to visible lines
  • Smoothing (0.0-1.0) - Movement fluidity
  • Debug Logging - Troubleshooting output

How to start the visualizer

1. Microphone Input Mode

MacOS/Linux

  1. Open any text file in VSCode
  2. Open command palette (Cmd/Ctrl + Shift + P)
  3. Run "Audio Visualizer: Start (Microphone)"
  4. Start speaking/playing music - cursors respond instantly

2. System Audio Input Mode

Linux

I've tested in Linux with pulse audio sound driver. I think others (Pipewire, ALSA, Jack) should work fine too, if not let me know. (Extension detects PulseAudio monitor devices automatically)

  1. Open any text file in VSCode
  2. Open command palette (Cmd/Ctrl + Shift + P)
  3. Run "Audio Visualizer: Start (System Audio)"
  4. Play music - cursors respond to system audio

MacOS

In MacOS capturing/routing system audio for processing in VSCode requires additional configuration:

Step 1: Create Multi-Output Device Step 1

  • Open Audio MIDI Setup (/Applications/Utilities/)
  • Click +Create Multi-Output Device

Step 2: Configure Device Step 2

  • Check Built-in Output
  • Check BlackHole 2ch (Download BlackHole)
  • Enable Drift Correction for Built-in Output only

Step 3: Select Audio Output Step 3

  • Open System SettingsSound
  • Select your new Multi-Output Device

Step 4: Start Visualization

  • Run "Audio Visualizer: Start (System Audio)"
  • Play music - cursors respond to system audio

⚠️ Note ⚠️: When Multi-Output Device is selected, volume controls are disabled. Switch back to Built-in Output for normal volume control.

Use Cases

  • 🖥️ Dual Monitor Setup: Open visualizer in separate VS Code window on second monitor for ambient visual experience
  • 🎵 Music Visualization: Use system audio mode to create live music visuals while working
  • 🎙️ Live Streaming: Use microphone mode during coding streams for interactive audio visualization
  • 🎤 Presentations: Demonstrate with live audio visualization effects

Troubleshooting

No Audio Detected:

  • Check microphone permissions for VS Code
  • Try microphone mode first to verify extension works
  • Enable debug logging in settings

Performance Issues:

  • Lower update rate to 30 FPS
  • Reduce cursor count
  • Disable debug logging

Documentation

For curious developers and contributors:


Made with ❤️ for VS Code communityMIT License