User Api
Sonify Class
|
Class for performing Data Sonification. |
|
Converts a normalized data variable into a waveform. |
|
Returns an interactive Audio object for use in Notebooks |
Each data point represented as a Musical Note computed using the stored SoundMap |
|
Each data point represented as a frequency (hz) computed using the stored SoundMap |
|
|
Plots each data point in terms of its Musical Note representation |
Sonify Accessor
|
Accessor to support Data Sonification when linked to another data store object (i.e. Xarray DataArray, Pandas Series). |
|
Plots each data point in terms of its Musical Note representation |
Soundmaps
Base class for a SoundMap |
|
Maps normalized data points to a discrete set of musical notes. |
Waveforms
|
Sine Wave Waveform |
|
Square Wave Waveform |
|
Sawtooth Wave Waveform |
Envelopes
Attack-Decay-Sustain-Release Envelope Implementation, adapted from the C++ implementation by javidx9 (https://www.youtube.com/watch?v=OSCzKOqtgcA) |