Sonify Data#
Plugin Availability
The plugin will be visible when at least one compatible dataset is loaded.
Convert data to audio for sonification analysis.
Description#
The Sonify Data plugin converts spectral or spatial data into audio, providing an alternative way to explore data patterns through sound.
Key Features:
Convert spectra to audio
Map flux to pitch/volume
Playback controls
Export audio files
UI Access#
Control data and subset layer order and visibility for each viewer. Toggle layer visibility, reorder layers by dragging, and manage which data appears in the viewer.
dm = jd.viewers[viewer].data_menu
Click the Sonify icon in the plugin toolbar to:
Select data to sonify
Configure audio mapping
Play/pause audio
Export audio file
API Access#
plg = cubeviz.plugins['Sonify']
# Configure and generate audio
API References#
- Only the following attributes and methods are available through the
For detailed API documentation, see SonifyData.
See Also#
Sonify Data - Sonification documentation