Changeset 8fb567c for python/demos/demo_pysoundcard_record.py
- Timestamp:
- May 10, 2016, 9:53:01 PM (9 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:
- 1e4d90f
- Parents:
- 143682b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/demos/demo_pysoundcard_record.py
r143682b r8fb567c 22 22 g(mono_vec, hop_size) 23 23 total_frames += hop_size 24 except KeyboardInterrupt , e:24 except KeyboardInterrupt: 25 25 print "stopped after", "%.2f seconds" % (total_frames / s.samplerate) 26 pass27 26 s.stop() 28 27
Note: See TracChangeset
for help on using the changeset viewer.