1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Fixed some documentation issues

This commit is contained in:
ed 2020-06-27 11:19:12 +01:00
parent 6b6cc53778
commit fa4fde08ec
5 changed files with 22 additions and 1 deletions

View file

@ -19,6 +19,14 @@
namespace juce
{
/**
A collection of different interpolators for resampling streams of floats.
@see GenericInterpolator, WindowedSincInterpolator, LagrangeInterpolator,
CatmullRomInterpolator, LinearInterpolator, ZeroOrderHoldInterpolator
@tags{Audio}
*/
class Interpolators
{
private: