Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
Frame and PeakDetection objects.
|
|
instead of in find_peaks
|
|
passing pointers to the C++ classes. This simplifies
the Python code slightly, but also makes sure
that references to the Python objects are not
lost (and the objects then garbage collected too
early).
|
|
|
|
that find_peaks_in_frame will be
called from derived Python classes (as well as C++).
|
|
|
|
|
|
data script.
|
|
|
|
Connect methods of analysis SndObjs.
|
|
Whitespace cleanup in SndObj.h, SndObj.cpp
|
|
|
|
|
|
|
|
|
|
|
|
ssh://simplsound.git.sourceforge.net/gitroot/simplsound/simplsound
|
|
a frame of audio (calculates harmonic component
itself).
|
|
|
|
in update_partials instead of in find_partials.
|
|
non-real-time specific checks when running in realtime mode.
|
|
size in synth_frame.
|
|
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.
|
|
initialise peak arrays to NULL.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
requested.
|
|
|
|
|
|
Partials). Add test for harmonic synthesis using sum of sines.
|
|
|
|
values to 0.
|
|
|
|
create_libsms_test_data.py).
|
|
|
|
Update libsms test data.
|
|
Importing libsms seems to create name clashes with simpl's modified sms functions.
|
|
|
|
sms_fillHeader.
|
|
|
|
|