shithub: libsamplerate

RSS feed

8d88287b – Erik de Castro Lopo <erikd@miles> authored on 2004/11/06 16:35
Add FIP initialisation.

c38dc859 – Erik de Castro Lopo <erikd@miles> authored on 2004/11/06 06:46
Hook in skeleton FIR/IIR/Polynomial converter.

b4eb5ce5 – Erik de Castro Lopo <erikd@miles> authored on 2004/11/06 06:35
Removed redundant enum defintion.

c3f841f0 – Erik de Castro Lopo <erikd@miles> authored on 2004/11/06 06:28
Move definition of ARRAY_LEN from src_sinc.c to common.h.

e00161c9 – Erik de Castro Lopo <erikd@miles> authored on 2004/11/04 15:47
Minor optimisation. Makes a difference on x86 but no difference on powerpc.

1c4bee3e – Erik de Castro Lopo <erikd@miles> authored on 2004/11/02 16:59
Larhe update of fir_interp.cc.

dc719a5d – Erik de Castro Lopo <erikd@miles> authored on 2004/11/02 16:58
Force a lower limit on population size.

18106d3b – Erik de Castro Lopo <erikd@miles> authored on 2004/11/01 15:35
Add log magnitude calculations.

3ab82169 – Erik de Castro Lopo <erikd@miles> authored on 2004/11/01 07:10
Unwrap the phase response.

9b8e61e5 – Erik de Castro Lopo <erikd@miles> authored on 2004/11/01 06:41
Normalize filter and calulate magnitude and phase.

97cecf9b – Erik de Castro Lopo <erikd@miles> authored on 2004/11/01 06:40
Measure phase as well as magnitude.

4680e2af – Erik de Castro Lopo <erikd@miles> authored on 2004/11/01 05:12
Ensure window values remain in [0, 1] range.

19cf5c20 – Erik de Castro Lopo <erikd@miles> authored on 2004/11/01 05:07
Polynomial window now seems to be working.

02a0e8ae – Erik de Castro Lopo <erikd@miles> authored on 2004/11/01 03:23
Last version using cosine based window coefficients.

504e4423 – Erik de Castro Lopo <erikd@miles> authored on 2004/11/01 02:42
Fix boundary condition problems.

b64889ef – Erik de Castro Lopo <erikd@miles> authored on 2004/10/31 17:30
Sketch out skeleton of program fir_interp.

b1660933 – Erik de Castro Lopo <erikd@miles> authored on 2004/10/31 17:27
Fix tiny typo.

d1831179 – Erik de Castro Lopo <erikd@miles> authored on 2004/10/27 01:55
Add example super high quality 4x upsampler.

6240d256 – Erik de Castro Lopo <erikd@miles> authored on 2004/10/27 01:54
Restrict the src_sinc buffer to a sensible size.

99ef7651 – Erik de Castro Lopo <erikd@miles> authored on 2004/10/26 23:36
Also add FIR-POLY dir.

9d67a32a – Erik de Castro Lopo <erikd@miles> authored on 2004/10/26 23:36
Add extra comment to make_src_filter.m.

02e186fd – Erik de Castro Lopo <erikd@miles> authored on 2004/10/06 05:14
Fix win32/mingw building of DLLs.

84e7141f – Erik de Castro Lopo <erikd@miles> authored on 2004/10/06 04:55
Add -no-undefined to libsmaplerate_la_LDFLAGS to allow DLL builds on win32/mingw.

8bfee002 – Erik de Castro Lopo <erikd@miles> authored on 2004/10/01 22:51
Add some MinGW info as comments for inclusion later.

f87ef188 – Erik de Castro Lopo <erikd@miles> authored on 2004/09/30 00:23
Add whypay.html.

9abcafee – Erik de Castro Lopo <erikd@miles> authored on 2004/09/29 10:21
Update win32 build to use FFTW3 for test programs.

12b9ed8a – Erik de Castro Lopo <erikd@miles> authored on 2004/09/29 10:16
Remove include of <mmreg.h> on win32.

bdd51c1a – Erik de Castro Lopo <erikd@miles> authored on 2004/09/17 01:20
Change resample limist from 12 to 256 in index.html. Update history.html.

e0ea629b – Erik de Castro Lopo <erikd@coltrane> authored on 2004/09/15 07:19
Fix bug, cleanup and constify src-evaluate.c.

2c7f8125 – Erik de Castro Lopo <erikd@coltrane> authored on 2004/09/15 07:19
Minor cleanup of sndfile-resample.c.

c9b3dcae – Erik de Castro Lopo <erikd@coltrane> authored on 2004/09/15 07:09
Constify a parameter to gen_windowed_sines().

3548f633 – Erik de Castro Lopo <erikd@coltrane> authored on 2004/09/15 05:23
Add a max parameter to gen_windowed sines() and fix code whcih uses it.