n.sound : module documentation

Part of numm

Conversion between audio files and numpy arrays.

Audio data is represented by arrays of shape (n_frames, n_channels), with a sample rate of 44.1kHz by default.

Class SoundReader Undocumented
Function sound_chunks Undocumented
Function _make_sound_pipeline Undocumented
Function _read_sound Undocumented
Function _write_sound Undocumented
def _make_sound_pipeline(path, sample_rate):
Undocumented
def _read_sound(path, cb, **kw):
Undocumented
def sound_chunks(path, **kw):
Undocumented
def _write_sound(np, filepath, sample_rate=44100):
Undocumented
API Documentation for numm, generated by pydoctor at 2012-04-04 22:10:45.