- Timestamp:
- Sep 14, 2017, 2:38:15 PM (7 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
- Children:
- c264516, e116e19
- Parents:
- 4d1bf0e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/demos/demo_tapthebeat.py
r4d1bf0e rc4fc0f2 45 45 46 46 # pyaudio callback 47 def pyaudio_callback( in_data, frame_count, time_info,status):47 def pyaudio_callback(_in_data, _frame_count, _time_info, _status): 48 48 samples, read = a_source() 49 49 is_beat = a_tempo(samples)
Note: See TracChangeset
for help on using the changeset viewer.