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#

v0.1
Click toolbar icons to toggle different sidebars
Data Menu

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:

  1. Select data to sonify

  2. Configure audio mapping

  3. Play/pause audio

  4. 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

public plugin API:

For detailed API documentation, see SonifyData.

See Also#