Skip to content

Commit 3c396f8

Browse files
committed
NumberFormatConverterStreamT comments
1 parent 6dcd2f0 commit 3c396f8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/AudioTools/CoreAudio/AudioStreamsConverter.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -323,10 +323,8 @@ class ChannelFormatConverterStream : public ReformatBaseStream {
323323
* @ingroup transform
324324
* @author Phil Schatzmann
325325
* @copyright GPLv3
326-
* @tparam T specifies the current data type for the result of the read or
327-
* write.
328-
* @tparam TArg is the data type of the Stream or Print Object that is passed in
329-
* the Constructor
326+
* @tparam TFrom specifies the source data type
327+
* @tparam TTo spesifies the target data type.
330328
*/
331329

332330
template <typename TFrom, typename TTo>

0 commit comments

Comments
 (0)