Skip to content

Commit 57efb2d

Browse files
committed
Documentation
1 parent 1eb57d8 commit 57efb2d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/AudioTools/AudioCodecs/CodecWAV.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,8 @@ class WAVHeader {
267267
* conversion to 16-bit PCM output by calling setConvert8to16(true). This will convert
268268
* unsigned 8-bit samples to signed 16-bit samples before writing to the output stream,
269269
* and the reported bits_per_sample in audioInfo() will be 16 when conversion is active.
270+
* The same is valid for the 24 bit conversion which converts 24 bit (3 byte) to 32 bit
271+
* (4 byte).
270272
*
271273
* Please note that you need to call begin() everytime you process a new file to let the decoder
272274
* know that we start with a new header.

0 commit comments

Comments
 (0)