Changeset 2bd1a2a for python/aubio/bench
- Timestamp:
- Dec 13, 2005, 6:51:59 AM (19 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubio/bench/node.py
rf985cd6 r2bd1a2a 24 24 def list_wav_files(datapath,maxdepth=1): 25 25 return list_files(datapath, filter="f -name '*.wav' -maxdepth %d"%maxdepth) 26 27 def list_snd_files(datapath,maxdepth=1): 28 return list_files(datapath, filter="f -name '*.wav' -o -name '*.aif' -maxdepth %d"%maxdepth) 26 29 27 30 def list_dirs(datapath):
Note: See TracChangeset
for help on using the changeset viewer.