plotting: audio-specific plotting

maelzel.snd.plotting Module

Routines for plotting sounds / soundfiles

Uses matplotlib as a backend

Functions

plotMelSpectrogram(samples, sr[, fftsize, ...])

Plot a mel spectrogram

plotPowerSpectrum(samples, samplerate[, ...])

Plot the power spectrum of a sound

plotSpectrogram(samples, sr[, fftsize, ...])

Plot the spectrogram of a sound

plotWaveform(samples, samplerate[, profile, ...])

Plot the waveform of a sound using pyplot