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:
parent
6b6cc53778
commit
fa4fde08ec
5 changed files with 22 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue