summaryrefslogtreecommitdiff
path: root/libs/audiographer/audiographer
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2020-03-02 17:44:35 +0100
committerRobin Gareus <robin@gareus.org>2020-03-02 17:58:03 +0100
commit7c6eadd84a26b6a2717e9747de5f2c7c4d48eb85 (patch)
treedd645d26bb6892cfe9a0ae0b09c6ea2d0e2412ae /libs/audiographer/audiographer
parentbe4bdb53656b3efa7ff6f40cd3eb93f960ee48b0 (diff)
Fix some doxygen warnings
Diffstat (limited to 'libs/audiographer/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;