Skip to content

Commit 6dcd2f0

Browse files
committed
NumberFormatConverterStreamT comments
1 parent b63db61 commit 6dcd2f0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/AudioTools/CoreAudio/AudioStreamsConverter.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,8 +316,10 @@ class ChannelFormatConverterStream : public ReformatBaseStream {
316316
};
317317

318318
/**
319-
* @brief Converter which converts from source bits_per_sample to target
320-
* bits_per_sample
319+
* @brief A more generic templated Converter which converts from a source type to a
320+
* target type: You can use e.g. uint8_t, int8_t, int16_t, uint16_t, int24_t, uint32_t, int32_t, FloatAudio.AbstractMetaDat.
321+
* This is quite handy because unsigned values and floating values are supported and you do not need to
322+
* resort to use a Codec.
321323
* @ingroup transform
322324
* @author Phil Schatzmann
323325
* @copyright GPLv3

0 commit comments

Comments
 (0)