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-audio

    r0ab19df r33cf541  
    2929
    3030g = gnuplot_create(outplot,extension,options)
    31 plot_audio(options.filename.split(','), g,
    32   xsize=options.xsize,
    33   ysize=options.ysize)
     31plot_audio(options.filename.split(','), g, options)
Note: See TracChangeset for help on using the changeset viewer.