Ignore:
Timestamp:
Dec 13, 2005, 6:51:59 AM (19 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:
0eb4025
Parents:
f985cd6
Message:

add list_snd_files and downsample audio, temporary fix for filename check in plot functions
add list_snd_files and downsample audio, temporary fix for filename check in plot functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/aubio/bench/node.py

    rf985cd6 r2bd1a2a  
    2424def list_wav_files(datapath,maxdepth=1):
    2525        return list_files(datapath, filter="f -name '*.wav' -maxdepth %d"%maxdepth)
     26
     27def list_snd_files(datapath,maxdepth=1):
     28        return list_files(datapath, filter="f -name '*.wav' -o -name '*.aif' -maxdepth %d"%maxdepth)
    2629
    2730def list_dirs(datapath):
Note: See TracChangeset for help on using the changeset viewer.