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 1eb57d8 commit 57efb2dCopy full SHA for 57efb2d
src/AudioTools/AudioCodecs/CodecWAV.h
@@ -267,6 +267,8 @@ class WAVHeader {
267
* conversion to 16-bit PCM output by calling setConvert8to16(true). This will convert
268
* unsigned 8-bit samples to signed 16-bit samples before writing to the output stream,
269
* 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).
272
*
273
* Please note that you need to call begin() everytime you process a new file to let the decoder
274
* know that we start with a new header.
0 commit comments