Age | Commit message (Collapse) | Author |
|
|
|
|
|
a frame of audio (calculates harmonic component
itself).
|
|
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.
|
|
|
|
|
|
|
|
|
|
Partials). Add test for harmonic synthesis using sum of sines.
|
|
|
|
create_libsms_test_data.py).
|
|
Update libsms test data.
|
|
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.
|
|
PEP8 cleanup of test_sms.py.
|
|
|
|
|
|
|
|
PeakDetection.find_peaks
|
|
|
|
|
|
|
|
|
|
|
|
Move main license file to project root.
|
|
|
|
|
|
|
|
Ignore valgrind errors due to a memory leak when
throwing a std::exception
|
|
|
|
arrays instead of having their own std::vector
of samples
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Currently only builds the simplsndobj module
|
|
beginning of analysis which was causing synthesised audio to be out of sync with the original.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|