← All Modules

Waveform Viewer

Real spectral analysis computed from the research audio at 10 Hz resolution. Each visualization is drawn from the same feature data used to train the emotion models. Select a piece, then scroll down to learn how to read each panel.

Loading analysis data...

How to Read These Visualizations

Amplitude Envelope (top panel)

The white curve traces RMS energy, the root-mean-square amplitude of the audio signal in each 0.1-second window. Taller peaks mean louder moments. In classical music, envelopes reveal phrase structure, dynamic contrasts, and orchestral texture changes.

Formula: RMS = sqrt(mean(x²)) where x is the audio sample array in a window.

Spectral Energy Map (middle panel)

Time runs left to right; frequency runs bottom (low) to top (high). Color brightness encodes energy concentration: dark = quiet, violet = moderate, yellow = intense. Each column is reconstructed from the spectral centroid and bandwidth, the statistical summary of where energy is concentrated in frequency space.

A high-brightness band near the top means bright, treble-heavy timbre. A dense band near the bottom means rich bass or low-string texture.

Feature Profiles (bottom panel)

Each colored line is one spectral statistic normalized to the same 0-1 scale for comparison. Spectral centroid (brightness of the sound) and spectral rolloff (the frequency below which 85% of energy lies) track timbre. ZCR (zero-crossing rate) flags noisiness or percussiveness. Dissonance measures harmonic roughness between partials.

What These Features Predict

The Random Forest model trained on this data found spectral features most predictive of human emotional response. High spectral centroid and rolloff correlate with positive valence and high arousal (bright, energetic). High ZCR and flatness correlate with tension and anxiety. Low centroid with smooth rolloff predicts calm or sad affect.

All top-5 features by importance were spectral, not harmonic, confirming Grisey's spectralist hypothesis computationally.