UsageΒΆ

To use imSound in a project:

from imSound import imSound
import numpy as np

data = np.random.rand(100).reshape(10,10)
data_fig = imSound.ImageSound(data)
data_fig.play_move()

A figure is generated internally with matplotlib and coursing mouse will display sounds of data intensities.

Read the Docs v: latest
Versions
latest
Downloads
PDF
HTML
Epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.