Skip to content

Commit

Permalink
NumberFormatConverterStreamT comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pschatzmann committed Nov 16, 2024
1 parent 6dcd2f0 commit 3c396f8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/AudioTools/CoreAudio/AudioStreamsConverter.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <typename TFrom, typename TTo>
Expand Down

0 comments on commit 3c396f8

Please sign in to comment.