From 3c396f8daa90707abc3a83f5fdd209abe658e8b8 Mon Sep 17 00:00:00 2001 From: pschatzmann Date: Sat, 16 Nov 2024 20:10:28 +0100 Subject: [PATCH] NumberFormatConverterStreamT comments --- src/AudioTools/CoreAudio/AudioStreamsConverter.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/AudioTools/CoreAudio/AudioStreamsConverter.h b/src/AudioTools/CoreAudio/AudioStreamsConverter.h index 575c05604..4190d8367 100644 --- a/src/AudioTools/CoreAudio/AudioStreamsConverter.h +++ b/src/AudioTools/CoreAudio/AudioStreamsConverter.h @@ -323,10 +323,8 @@ class ChannelFormatConverterStream : public ReformatBaseStream { * @ingroup transform * @author Phil Schatzmann * @copyright GPLv3 - * @tparam T specifies the current data type for the result of the read or - * write. - * @tparam TArg is the data type of the Stream or Print Object that is passed in - * the Constructor + * @tparam TFrom specifies the source data type + * @tparam TTo spesifies the target data type. */ template