From dec8b9d42707c335a92a63a29ed307c66d548a9c Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 26 Oct 2018 19:47:48 +0200 Subject: [PATCH] [doc] update Auditory Toolbox url --- doc/aubiomfcc.txt | 2 +- src/spectral/filterbank_mel.h | 5 +++-- src/spectral/mfcc.h | 5 +++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/doc/aubiomfcc.txt b/doc/aubiomfcc.txt index 245e3524..7ef93f78 100644 --- a/doc/aubiomfcc.txt +++ b/doc/aubiomfcc.txt @@ -51,7 +51,7 @@ REFERENCES according to Malcolm Slaney's Auditory Toolbox, available at the following url: - http://cobweb.ecn.purdue.edu/~malcolm/interval/1998-010/ (see file mfcc.m) + https://engineering.purdue.edu/~malcolm/interval/1998-010/ (see file mfcc.m) SEE ALSO diff --git a/src/spectral/filterbank_mel.h b/src/spectral/filterbank_mel.h index 77f0be05..ffa49489 100644 --- a/src/spectral/filterbank_mel.h +++ b/src/spectral/filterbank_mel.h @@ -58,8 +58,9 @@ uint_t aubio_filterbank_set_triangle_bands (aubio_filterbank_t * fb, \param samplerate audio sampling rate The filter coefficients are built according to Malcolm Slaney's Auditory - Toolbox, available at http://engineering.purdue.edu/~malcolm/interval/1998-010/ - (see file mfcc.m). + Toolbox, available online at the following address (see file mfcc.m): + + https://engineering.purdue.edu/~malcolm/interval/1998-010/ */ uint_t aubio_filterbank_set_mel_coeffs_slaney (aubio_filterbank_t * fb, diff --git a/src/spectral/mfcc.h b/src/spectral/mfcc.h index a170e125..ba2c7f28 100644 --- a/src/spectral/mfcc.h +++ b/src/spectral/mfcc.h @@ -26,9 +26,10 @@ This object computes MFCC coefficients on an input cvec_t. The implementation follows the specifications established by Malcolm Slaney - in its Auditory Toolbox, available online (see file mfcc.m). + in its Auditory Toolbox, available online at the following address (see + file mfcc.m): - http://engineering.ecn.purdue.edu/~malcolm/interval/1998-010/ + https://engineering.purdue.edu/~malcolm/interval/1998-010/ \example spectral/test-mfcc.c -- 2.11.0