AudioLens
AudioLens is a focused audio preview and analysis extension for Visual Studio Code. It is designed for speech, audio, and machine learning engineers who need to inspect audio files while staying inside their code workspace. Open an audio file and AudioLens gives you playback, waveform inspection, spectrogram analysis, selection playback, and practical audio statistics in one lightweight VS Code editor. Features
Controls
Spectrogram AnalysisAudioLens includes Audacity-inspired spectrogram controls for day-to-day audio analysis:
The current release focuses on a responsive analysis workflow in VS Code. Performance-sensitive analysis paths are isolated behind a worker boundary so future releases can move heavier FFT/STFT work to WebAssembly or a native helper without changing the user interface. LocalizationAudioLens uses your VS Code display language by default. You can override the Webview language with the You can also switch the AudioLens UI language directly from the Command Palette with Supported languages: Simplified Chinese, Traditional Chinese, English, Japanese, Korean, French, German, Russian, Spanish, Italian, Portuguese, Indonesian, Norwegian, Dutch, Polish, Turkish, Vietnamese. Remote SSHAudioLens is declared as a workspace extension. In a Remote SSH window, the extension host runs in the remote workspace, reads audio files from the remote file system in chunks, and streams them to the local webview for playback and visualization. This keeps the extension usable for common speech and audio workflows where datasets live on a remote development machine. PrivacyAudioLens does not upload audio files to any third-party service. Audio content is read by the VS Code extension host and analyzed inside the VS Code webview/worker runtime. InstallInstall from the Visual Studio Marketplace: https://marketplace.visualstudio.com/items?itemName=simzhou.audiolens Or install from the command line:
Install From VSIXFor local testing, install a packaged build with:
Development
Press AuthorSimZhou: https://simzhou.com/en/about/ CopyrightCopyright (c) 2026 SimZhou. All rights reserved. |