awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
projectM-visualizer avatar

projectM-visualizer/projectm

0
View on GitHub↗
4,287 星标·462 分支·C++·LGPL-2.1·9 次浏览discord.gg/mMrxAqaa3W↗

Projectm

ProjectM 是一个跨平台音乐可视化库和像素着色器渲染引擎。它充当音频信号分析工具,从音频流中提取节拍和频率数据,以驱动实时的图形变化。

该引擎专为兼容 Milkdrop 可视化标准而构建,允许其解析和加载外部预设文件以定义视觉样式。它通过播放列表驱动的管理支持这些预设的组织,以自动化不同视觉效果之间的转换。

该系统可以作为静态或共享库集成到外部宿主应用程序中。它还包含一个 WebAssembly 桥接器,以在 Web 浏览器中执行高性能音频可视化。

Features

  • Fragment Shader Rendering - Uses pixel shaders to perform per-pixel visual calculations on the GPU for dynamic audio-driven graphics.
  • Audio Spectral Features - Extracts spectral frequency-domain characteristics from audio signals to drive dynamic visual changes.
  • Audio FFT Analyzers - Uses Fast Fourier Transform to extract beat and frequency data from audio streams.
  • Audio Frequency Analysis - Implements real-time decomposition of audio signals into frequency components to drive visual effects.
  • Real-time Visualization - Provides immediate graphical rendering of audio signals reacting to frequencies and beats.
  • Audio-Reactive Visuals - Generates generative imagery that changes properties in real-time based on audio signal analysis.
  • Audio Visualization Libraries - Provides a cross-platform library for rendering audio-driven graphics based on the Milkdrop standard.
  • Milkdrop Preset Integrations - Supports the loading and rendering of Milkdrop-compatible shader files to achieve specific visual styles.
  • WebAssembly Renderers - Provides a WebAssembly-compiled version of the rendering engine to enable high-performance audio visualizations within web browsers.
  • WebAssembly Visualizer Engines - Runs the high-performance visualization engine directly in web browsers using WebAssembly.
  • Shader Preset Parsers - Reads shader files and parameters to establish the visual characteristics of the output.
  • Visualization Preset Parsers - Parses external Milkdrop preset files to translate shader parameters into real-time visual effects.
  • Web-Based Visualizers - Uses WebAssembly and web technologies to render high-fidelity audio visualizations in a browser.
  • WebAssembly Bridges - Bridges compiled C++ engine logic to JavaScript for high-performance rendering within web browsers.
  • Shared Library Interfaces - Provides the engine as a static or shared library for embedding into external host applications.
  • Visualizer Preset Loaders - Imports external configuration files to define the specific appearance and behavior of music visualizations.
  • Visualization Engine Embeddings - Provides a high-performance rendering engine that can be integrated into external software as a feature.
  • C Plus Plus - Listed in the “C Plus Plus” section of the Awesome For Beginners awesome list.
  • Media and Communication - Music visualizer library using OpenGL.

Star 历史

projectm-visualizer/projectm 的 Star 历史图表projectm-visualizer/projectm 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Projectm 的开源替代方案

相似的开源项目,按与 Projectm 的功能重合度排序。
  • serversideup/amplitudejsserversideup 的头像

    serversideup/amplitudejs

    4,313在 GitHub 上查看↗

    AmplitudeJS is a JavaScript library and framework for building custom HTML5 audio players. It serves as a client-side playlist manager and media controller that bridges the gap between HTML elements and the Web Audio API, allowing developers to create branded media interfaces without relying on default browser styles. The project is distinguished by its use of CSS-class-based DOM binding and data-attribute state mapping, which links HTML elements directly to playback controls and track metadata. It includes a dedicated visualization system that uses the Web Audio API to render real-time SVG w

    JavaScriptcsshtmlhtml5
    在 GitHub 上查看↗4,313
  • aubio/aubioaubio 的头像

    aubio/aubio

    3,714在 GitHub 上查看↗

    Aubio is an audio analysis and digital signal processing library designed for music information retrieval. It provides a suite of tools for extracting musical features, estimating fundamental frequencies, and tracking rhythmic pulses in audio streams. The library specializes in the detection of pitch and beat, enabling the extraction of musical notes and the estimation of overall tempo. It also includes capabilities for automatic onset detection to identify the start of sonic events and the separation of audio signals into percussive transients and steady-state tonal components. The system c

    Canalysisannotationaudio
    在 GitHub 上查看↗3,714
  • okazari/rythm.jsOkazari 的头像

    Okazari/Rythm.js

    3,924在 GitHub 上查看↗

    Rythm.js is a JavaScript animation framework designed to synchronize visual interface elements with audio playback or live microphone input. It functions as a DOM manipulation tool that maps real-time audio frequency data to CSS properties, allowing web elements to pulse, move, and transform in response to sound. The library distinguishes itself by providing granular frequency-band mapping, which allows developers to isolate specific ranges like bass, mids, or treble to trigger targeted visual responses. By integrating with the Web Audio API, it processes audio signals to drive dynamic geomet

    JavaScriptaudiodancejavascript
    在 GitHub 上查看↗3,924
  • syedhali/ezaudiosyedhali 的头像

    syedhali/EZAudio

    4,991在 GitHub 上查看↗

    EZAudio is an audio library for Apple platforms that provides standardized interfaces for microphone capture, file playback, and hardware output. It functions as a low-latency audio processor and visualization framework designed to manipulate audio buffers and route signals with minimal delay. The project features a hardware-accelerated waveform renderer for drawing real-time audio amplitudes and rolling plots. It also includes a Fast Fourier Transform analyzer that converts time-domain audio samples into frequency-domain data for spectral analysis. The library covers a broad range of capabi

    Objective-C
    在 GitHub 上查看↗4,991
查看 Projectm 的所有 30 个替代方案→

常见问题解答

projectm-visualizer/projectm 是做什么的?

ProjectM 是一个跨平台音乐可视化库和像素着色器渲染引擎。它充当音频信号分析工具,从音频流中提取节拍和频率数据,以驱动实时的图形变化。

projectm-visualizer/projectm 的主要功能有哪些?

projectm-visualizer/projectm 的主要功能包括:Fragment Shader Rendering, Audio Spectral Features, Audio FFT Analyzers, Audio Frequency Analysis, Real-time Visualization, Audio-Reactive Visuals, Audio Visualization Libraries, Milkdrop Preset Integrations。

projectm-visualizer/projectm 有哪些开源替代品?

projectm-visualizer/projectm 的开源替代品包括: serversideup/amplitudejs — AmplitudeJS is a JavaScript library and framework for building custom HTML5 audio players. It serves as a client-side… aubio/aubio — Aubio is an audio analysis and digital signal processing library designed for music information retrieval. It provides… syedhali/ezaudio — EZAudio is an audio library for Apple platforms that provides standardized interfaces for microphone capture, file… okazari/rythm.js — Rythm.js is a JavaScript animation framework designed to synchronize visual interface elements with audio playback or… librosa/librosa — Librosa is a Python audio analysis library and digital signal processing framework. It functions as a feature… f3d-app/f3d — f3d is a fast 3D model viewer and rendering engine designed for visualizing 3D meshes, CAD files, and point clouds. It…