Ignore:
Timestamp:
Feb 11, 2013, 11:06:28 AM (11 years ago)
Author:
Paul Brossier <piem@piem.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:
050a8f3
Parents:
5314432 (diff), 88fc249 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

merge from develop

File:
1 moved

Legend:

Unmodified
Added
Removed
  • python/demos/demo_sink.py

    r5314432 rfc117d0  
    1 #! /usr/bin/python
     1#! /usr/bin/env python
    22
    33import sys
     
    55
    66if __name__ == '__main__':
    7   if len(sys.argv) < 2:
     7  if len(sys.argv) < 3:
    88    print 'usage: %s <inputfile> <outputfile>' % sys.argv[0]
    99    sys.exit(1)
Note: See TracChangeset for help on using the changeset viewer.