Ignore:
Timestamp:
May 10, 2016, 9:53:01 PM (9 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:
1e4d90f
Parents:
143682b
Message:

python/demos: remove unused import and variables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/demos/demo_pysoundcard_record.py

    r143682b r8fb567c  
    2222            g(mono_vec, hop_size)
    2323            total_frames += hop_size
    24     except KeyboardInterrupt, e:
     24    except KeyboardInterrupt:
    2525        print "stopped after", "%.2f seconds" % (total_frames / s.samplerate)
    26         pass
    2726    s.stop()
    2827
Note: See TracChangeset for help on using the changeset viewer.