We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dcd2f0 commit 3c396f8Copy full SHA for 3c396f8
src/AudioTools/CoreAudio/AudioStreamsConverter.h
@@ -323,10 +323,8 @@ class ChannelFormatConverterStream : public ReformatBaseStream {
323
* @ingroup transform
324
* @author Phil Schatzmann
325
* @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
+ * @tparam TFrom specifies the source data type
+ * @tparam TTo spesifies the target data type.
330
*/
331
332
template <typename TFrom, typename TTo>
0 commit comments