Changeset 695e171 for src/temporal/resampler.h
- Timestamp:
- Sep 6, 2015, 10:40:14 AM (9 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, sampler
- Children:
- 3d30b90
- Parents:
- 65c352e (diff), 827267b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/temporal/resampler.h
r65c352e r695e171 1 1 /* 2 Copyright (C) 2003-201 3Paul Brossier <piem@aubio.org>2 Copyright (C) 2003-2015 Paul Brossier <piem@aubio.org> 3 3 4 4 This file is part of aubio. … … 23 23 24 24 /** \file 25 25 26 26 Resampling object 27 27 28 28 This object resamples an input vector into an output vector using 29 29 libsamplerate. See http://www.mega-nerd.com/SRC/ 30 30 31 31 */ 32 32 … … 38 38 typedef struct _aubio_resampler_t aubio_resampler_t; 39 39 40 /** create resampler object 40 /** create resampler object 41 41 42 \param ratio output_sample_rate / input_sample_rate 42 \param ratio output_sample_rate / input_sample_rate 43 43 \param type libsamplerate resampling type, see http://www.mega-nerd.com/SRC/api_misc.html#Converters 44 44
Note: See TracChangeset
for help on using the changeset viewer.