Changeset 6d8db80 for python/demos/demo_pysoundcard_play.py
- Timestamp:
- Jan 17, 2016, 3:14:44 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:
- 94b16497
- Parents:
- 0e39e88
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/demos/demo_pysoundcard_play.py
r0e39e88 r6d8db80 11 11 samplerate = f.samplerate 12 12 13 s = Stream(sample _rate = samplerate, block_length= hop_size)13 s = Stream(samplerate = samplerate, blocksize = hop_size) 14 14 s.start() 15 15 read = 0
Note: See TracChangeset
for help on using the changeset viewer.