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

Added some minor comments

This commit is contained in:
jules 2016-03-17 09:14:46 +00:00
parent 39f8995c49
commit 64e702bcea

View file

@ -30,7 +30,7 @@
/**
A type of AudioSource that takes an input source and changes its sample rate.
@see AudioSource
@see AudioSource, LagrangeInterpolator, CatmullRomInterpolator
*/
class JUCE_API ResamplingAudioSource : public AudioSource
{