Ignore:
Timestamp:
Aug 2, 2006, 5:55:02 PM (18 years ago)
Author:
Paul Brossier <piem@altern.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
dbd19ea
Parents:
0ab19df
Message:

use options structure for plot_audio plot_spec
use options structure for plot_audio plot_spec

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/aubioplot-spec

    r0ab19df r33cf541  
    4949
    5050g = gnuplot_create(outplot,extension,options)
    51 plot_spec(filename, g, log=options.log,
    52   maxf = options.maxf, minf = options.minf,
    53   xsize = options.xsize, ysize = options.ysize,
    54   bufsize = options.bufsize, hopsize = options.hopsize)
     51plot_spec(filename, g, options)
Note: See TracChangeset for help on using the changeset viewer.