Age | Commit message (Collapse) | Author |
|
return 1 frame per hop size (zero pad frames
at the end of the signal if necessary).
|
|
SMSPeakDetection.find_peaks.
Check for _static_frame_size in SMSPeakDetection.find_peaks.
Create new analysis object when changing frame size
in SndObjPeakDetection.
Update PeakDetection tests for new frame.peaks
object and find_peaks changes.
|
|
|
|
find_peaks_in_frame instead of in find_peaks. Set
SMSAnalysisParams.iSizeSound to be the hop size, so
some value is set when used in real-time.
|
|
Importing libsms seems to create name clashes with simpl's modified sms functions.
|
|
|
|
Group classes by type (peak detection, partial
tracking, etc) rather than by algorithm name. This
is because Cython needs the full inheritance
hierarchy to be in the same file.
|