Skip to content

Commit 37c775a

Browse files
author
Gabriel O'Flaherty-Chan
committed
Restore comment
1 parent 43252e0 commit 37c775a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

common/resample/resamplerinfo.h

+6
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ struct ResamplerInfo {
3636

3737
/*
3838
* Points to a function that can be used to create an instance of the resampler.
39+
*
40+
* @param inRate The input sampling rate.
41+
* @param outRate The desired output sampling rate.
42+
* @param periodSize The maximum number of input samples to resample at a time/The
43+
* maximal inlen passed to Resampler::resample.
44+
* @return Pointer to the created instance on the free store.
3945
*/
4046
Resampler * (*create)(long inRate, long outRate, std::size_t periodSize);
4147

0 commit comments

Comments
 (0)