0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
multiSpotter patches working More... over 14 years ago
multispotter patches for PD implemented and tested. More... over 14 years ago
added multiSpotter patches More... over 14 years ago
Added nicer test patch for Max/MSP 4.x+ simpleSpotter.pat More... over 14 years ago
added correct static linkage for soundspotter~.mxe dependencies for Max/MSP on Windows More... over 14 years ago
Added FFMPEG to PD OSX, corrected static linkage for soundspotter PD shared library More... over 14 years ago
correct static linkage of external libraries to soundspotter~.dll More... over 14 years ago
update testspotter patch to use random input values for each spot cycle. More... over 14 years ago
Updated DriverMAX.{h,cpp} and tested in MaxMSP 4.6 More... over 14 years ago
Power balancing now RMS, rather than log power because series mean of logs was not strictly correct. More... over 14 years ago
Envelope calculations (thresholding and following) now done with feature extractor power measurements. More... over 14 years ago
Switched on power thresholding, improves match behaviour and input thresholding More... over 14 years ago
refactoring of output buffer multiplexer update, makes control sequence more transparent. More... over 14 years ago
Fixed a gcc warning and made some minor cosmetic changes More... over 14 years ago
Now stable on all parameter changes. This is release version More... over 14 years ago
Refactoring to simplify Matcher as inherited class of MatchedFilter More... over 14 years ago
Fixed bug itnroduced in recent refactoring that confused feature sizes with database sizes, all works properly now. More... over 14 years ago
More efficiency in matched filter computation. Restrict calculations to database hi/lo range. Can do this because of new guarantee that range doesn't change between match windows. More... over 14 years ago
refactored synching of database norms, powers and matched filtering More... over 14 years ago
Added power extraction in Bels, for better envelope thresholding at next commit. More... over 14 years ago
re-arrange initialization after new sound buffer passed and extracted. More... over 14 years ago
fixed some frames vs samples logic for multichannel source audio. Added some conditional debugging code. More... over 14 years ago
Added more efficient source shingles memory usage pattern. And 1-hour source soundFile limit. More... over 14 years ago
update simpleSpotter patch. Useful for testing in PD. More... over 14 years ago
simplified source database feature memory allocation discipline. More... over 14 years ago
fixed feature extraction bug where long audio buffers were causing features to scribble over non-allocated memory. More... over 14 years ago
Added some unsigned longs and ints. Partly to cope with very long sound files where num samples > 2^32 More... over 14 years ago
Updated MANUAL to resemble reality More... over 14 years ago
renamed stereoSpotter patch and removed default Makefile, latter deemed too confusing. More... over 14 years ago
removed superfluous makefiles More... over 14 years ago