RSS feed
	
	
	
		f1b6aad6
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/16 00:02
		
src/spectral/tss.c: simplify new_ method, add setters for threshold, alpha, and beta
		 
	
		28c162c1
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/15 17:09
		
src/utils/scale.{c,h}: set method to return int
		 
	
		93177fa4
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/15 17:06
		
src/pitch/pitchdetection.{c,h}: update documentation, return ints in set methods
		 
	
		e8ae95ac
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/15 16:50
		
src/aubio_priv.h: change AUBIO_FAIL from 1 to -1, now works with unsigned ints
		 
	
		515c7b25
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/15 16:46
		
python/: remove task.utils, not used anymore
		 
	
		fe163ad7
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/15 14:54
		
src/pitch: use a string to set pitch method, add a new function to set pitch unit, keep pitch enums private, update pitch methods where they are used
		 
	
		cd77c150
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/15 14:49
		
src/onset/onsetdetection.c: add 'default' method, set it to hfc, set method to default when parsing the string fails
		 
	
		b4f59678
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/15 13:09
		
src/onset: use a string to set onset mode, keeping onset types enum private, update everywhere onsets are used
		 
	
		27fa5220
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/15 12:07
		
src/types.h: added a typedef for char to help wrappers
		 
	
		24d4433b
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/15 11:52
		
src/tempo/beattracking.h: fix typo
		 
	
		fe9c3145
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/15 11:37
		
src/temporal/resampler.{c,h}: use smpl_t, and convet that to a double for libsamplerate
		 
	
		c9cebe1c
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/15 11:12
		
src/spectral: cosmetic changes
		 
	
		d9b50093
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/15 11:09
		
src/pitch: cosmetic changes
		 
	
		202ffa55
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/11 08:49
		
src/spectral/mfcc.c: also loop over channels
		 
	
		74a4865e
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/11 08:47
		
src/spectral/fft.c: fix imag boundaries, including for odd fft sizes
		 
	
		4f4299de
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/11 08:40
		
src/spectral/fft.c: make sure we set allocated vectors to 0
		 
	
		89797525
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/11 08:38
		
src/spectral/fft.c: 0 and N/2 + 1 phase must carry the sign of respective real components
		 
	
		2fde783b
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/11 08:37
		
src/spectral/fft.c: do not zero phase for no good reason, use ATAN2 macro
		 
	
		76fc277f
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/11 08:33
		
src/aubio_priv.h: add macro for ATAN2
		 
	
		77a321cf
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/11 08:32
		
src/aubio_priv.h: IS_DENORMAL also for negative ones, CEIL_DENORMAL for anything below 2.e-42
		 
	
		5f4fd2fc
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/08 17:07
		
tests/python/template.py: also print the command when failing
		 
	
		b45b4ea3
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/08 17:04
		
tests/python/localaubio.py: swith location
		 
	
		7280e678
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/08 17:03
		
tests/python/examples/aubiopitch.py: do not fail if file is missing, print out where to find it
		 
	
		8802f92d
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/08 17:00
		
tests/python/src/pitch/pitchdetection.py: update to latest pitch prototypes
		 
	
		3027c6eb
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/08 16:59
		
python/aubio: update to latest pitch prototypes
		 
	
		61316a6f
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/08 16:54
		
examples plugins: update to latest pitch prototypes
		 
	
		05773a2c
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/08 16:52
		
swig/aubio.i: update pitch prototypes
		 
	
		7a6cbbe8
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/08 16:51
		
src/pitch/pitchdetection.{c,h}: clean and update prototypes, sync with latest pitch objects
		 
	
		22d33e22
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/08 16:49
		
src/pitch/pitchyinfft.{c,h}: add get/set for tolerance, clean and update prototypes, make multichannel
		 
	
		2ba34404
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/08 16:24
		
src/pitch/pitchyin.{c,h}: add proper aubio_pitchyin_t object, clean and update prototypes, make multichannel
		 
	
		f162cf9b
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/08 16:20
		
src/pitch/pitchschmitt.c: remove unneeded samplerate parameter, update prototypes, make multichannel
		 
	
		e5757cf8
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/08 16:07
		
src/pitch/pitchmcomb.{c,h}: remove unused samplerate parameter, make multichannel, update prototypes
		 
	
		8040cca0
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/08 15:46
		
src/pitch/pitchfcomb.c: update prototypes, make multichannel, remove unneeded samplerate parameter, now returns bin
		 
	
		6fc103d0
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/08 14:14
		
src/Makefile.am: update resampler filename
		 
	
		64c36582
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/08 08:28
		
swig/aubio.i: update aubio_resampler_do
		 
	
		0af05d38
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/08 08:27
		
rename src/temporal/resample.c to src/temporal/resampler.c
		 
	
		9daf0183
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/08 08:07
		
tests/src/test-resample.c: run 10 times, update defines
		 
	
		06f2d78a
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/08 08:03
		
src/temporal/resample.{c,h}: _do function returns void
		 
	
		47f17fc9
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/08 01:50
		
plugins/puredata/aubioonset~.c: update peakpicker
		 
	
		ca559548
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/08 00:31
		
tests/python/examples/aubioonset.py: do not check onset is actually detected with all functions
		 
	
		ca0a8210
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/08 00:30
		
tests/python/examples/aubionotes.py: do not assume the error is known
		 
	
		874ed554
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/08 00:24
		
tests/python/template.py: factorise
		 
	
		e6b2a0c8
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/07 23:11
		
tests/python/src/spectral/fft.py: remove abs, test passes in double precision
		 
	
		66760af5
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/07 23:09
		
configure.ac: add option to compile in double precision
		 
	
		41f4c5b8
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/07 23:08
		
src/mathutils.c: indent, add parenthesis and initialise pos in fvec_min_elem needed
		 
	
		05a34799
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/07 23:05
		
examples/utils.c: remove unused variable
		 
	
		70dd55c0
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/07 22:48
		
tests/python/src/temporal/c_weighting.py: add test for c_weighting
		 
	
		e5ddc329
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/07 22:42
		
tests/python/src/pitch/pitchdetection.py: update prototypes
		 
	
		c9ca5a6e
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/07 22:37
		
src/utils/hist.py: kill print
		 
	
		5a93302d
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/07 22:35
		
tests/python/src/onset/peakpick.py: update to interpolated peak position
		 
	
		2672d67e
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/07 22:13
		
tests/python/src/temporal/: update a_weighting tests
		 
	
		f603b575
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/07 22:10
		
tests/python: update template.py
		 
	
		cc9d0cc1
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/07 22:03
		
tests/python/src/temporal/filter.py: update imports
		 
	
		8fe9c106
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/07 22:02
		
src/spectral/filterbank.c: make sure we don't read outside of boundaries
		 
	
		1594d49e
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/07 22:00
		
tests/python: updated filterbank test
		 
	
		db626228
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/07 21:23
		
tests/python: update imports
		 
	
		a9f16569
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/07 21:19
		
tests/python/localaubio.py: simplify, also import template
		 
	
		3c18f9ee
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/07 19:32
		
src/spectral/filterbank_mel.{c,h}: rename _set_mel_coeffs to _set_triangle_bands, add some warnings, setters return uint_t,
		 
	
		9a122641
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/07 19:27
		
src/pitch/pitchmcomb.c: hide aubio_pitch_cands
		 
	
		a72f3f19
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/07 19:24
		
src/onset/onset.c: rename aubio_onset to aubio_onset_do
		 
	
		316092e6
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/07 19:23
		
plugins/puredata/aubioonset~.c: update peakpicker prototype
		 
	
		277918bb
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/07 19:21
		
src/temporal/resample.c: rename aubio_resampler_process to aubio_resampler_do
		 
	
		0ce97483
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/07 19:19
		
src/utils/scale.c: rename aubio_scale_set to aubio_scale_set_limits
		 
	
		01b8fcc1
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/07 18:58
		
src/onset: rename aubio_onsetdetection to aubio_onsetdetection_do
		 
	
		cb158ab8
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/07 18:45
		
src/onset/onsetdetection.c: remove unused variable
		 
	
		d0dca267
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/07 18:43
		
src/spectral/mfcc.c: add missing include
		 
	
		5bf23f7a
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/07 18:34
		
src/tempo/tempo.{c,h}: rename aubio_tempo to aubio_tempo_do
		 
	
		a808d05d
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/07 16:33
		
plugins/puredata/aubioonset~.c: rename peakpicker
		 
	
		8766cb6e
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/07 16:31
		
src/onset/peakpick.c: rename aubio_pickpeak_t to aubio_peakpicker_t
		 
	
		cfa0f12a
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/07 16:11
		
tests/src/test-filter.c: avoid redefining o
		 
	
		33916b87
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/07 15:55
		
src/spectral/filterbank.{c,h}: add function to set coefficients
		 
	
		bd1a630f
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/07 15:39
		
tests/src/test-filter.c: improve, indent
		 
	
		e5e693e0
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/07 15:36
		
tests/src/test-pitch*: update pitch prototypes
		 
	
		12948627
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/07 15:33
		
src/pitch/: change all _detect prototypes to _do
		 
	
		1b882891
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/07 14:28
		
src/onset/onsetdetection.{c,h}: no need for function specific prototypes to be public
		 
	
		10a54136
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/07 14:26
		
src/mathutils.c: add aubio_is_power_of_two and aubio_next_power_of_two
		 
	
		daa4ca90
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/06 13:28
		
tests/src/test-peakpick.c: update peakpicker prototype
		 
	
		9facc277
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/06 13:06
		
examples/aubionotes.c: update peakpicker prototype
		 
	
		19f1dc9b
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/06 13:06
		
examples/aubioonset.c: use interpolated onset position
		 
	
		a9e27e4f
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/06 13:04
		
python/aubio/task/onset.py: isonset > 0., not == 1
		 
	
		b07ff1ee
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/06 13:04
		
python/aubio/aubioclass.py: update peakpicker class
		 
	
		eb089fbb
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/06 13:03
		
swig/aubio.i: update peakpicker interface, escape #if as needed
		 
	
		422edfb8
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/06 13:02
		
src/onset/peakpick.h: clean up peakpicker object
		 
	
		020d80ed
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/06 13:01
		
src/temporal/resample.c: include config,h before checking HAVE_SAMPLERATE
		 
	
		f8263491
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/05 22:50
		
interfaces/python: add cvec and filter types
		 
	
		9b23eb31
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/05 22:49
		
interfaces/python: add cvec and filter types
		 
	
		998a8be2
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/05 15:41
		
swig/aubio.i: update prototype
		 
	
		0f6f2e61
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/05 15:40
		
src/onset/peakpick.c: use quadint in peakpick to get interpolated peak position, real in the range [0,2] in number of hop size
		 
	
		eebb0e1f
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/04 20:31
		
swig/aubio.i: update set_a,c_weighting prototypes
		 
	
		f530f121
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/04 20:30
		
src/temporal/{a,c}_weighting.{c,h}: set_a,c_weighting return 1 on error, 0 on success
		 
	
		ccf8b779
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/02 11:39
		
python/aubiomodule.c: move PyAubio_ArrayToFvec to py-fvec.c
		 
	
		146280af
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/02 11:38
		
python/test_aubio.py: update unit tests
		 
	
		207ed190
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/02 07:24
		
python/aubiomodule.c: add zero_crossing_rate and min_removal
		 
	
		6b1aafc2
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/02 07:20
		
python/aubiomodule.c: PyAubio_ArrayToFvec to convert numpy array to a Py_fvec, no copy
		 
	
		352fd5f7
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/02 07:19
		
python/py-fvec.c, python/aubio-types.g: define AUBIO_FLOAT, move default length and channels here, rename fvec to aubio.fvec
		 
	
		eb7f743c
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/02 02:11
		
src/mathutils.{c,h}: loop over channels when possible, improve documentation, indent
		 
	
		1498ced0
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/01 22:14
		
src/mathutils.c: fix fvec_min_removal
		 
	
		acf7d304
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/01 22:10
		
src/mathutils.c and co: use 0.0, not 0.0f
		 
	
		c0b295c7
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/01 22:05
		
src/mathutils.c: rename fvec_dc_removal to fvec_min_removal
		 
	
		38e97322
		 – Paul Brossier <piem@piem.org>
 authored
 on 2009/10/01 21:26
		
tests/src/: various updates
		 
Next