summaryrefslogtreecommitdiff
path: root/libs/audiographer
diff options
context:
space:
mode:
Diffstat (limited to 'libs/audiographer')
-rw-r--r--libs/audiographer/audiographer/general/sr_converter.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/audiographer/audiographer/general/sr_converter.h b/libs/audiographer/audiographer/general/sr_converter.h
index 8edc4b8c99..4afa6289b0 100644
--- a/libs/audiographer/audiographer/general/sr_converter.h
+++ b/libs/audiographer/audiographer/general/sr_converter.h
@@ -35,7 +35,6 @@ class LIBAUDIOGRAPHER_API SampleRateConverter
* Note that outpt size may vary a lot.
* May or may not output several contexts of data.
* \n Should be RT safe.
- * \TODO Check RT safety from libsamplerate
*/
void process (ProcessContext<float> const & c);
using Sink<float>::process;