audioObject

AudioObject

The audioObject module provides a class for input/output of audio WAV files.

Originally meant to wrap scikits.audiolab, yet allowing to load the scipy.io.wavfile if audiolab is missing.

Unfortunately it got awfully complicated in time, and a clean up is necessary. Notably, there are problems with scaling, and some issues related to the type of the file from audiolab.

Jean-Louis Durrieu, 2012 - 2013

class pyfasst.audioObject.AudioObject(filename, mode='rw')[source]

A wrapper for the wrapper by D. Cournapeau. Or in case it is not installed, it falls back on scipy.io.wavfile.

Previous topic

audioModel

Next topic

demix

This Page