May 21, 2025 at 1:12 PM #1 I want to create an uncompressed audio standart pcm (*.wav) file in matroska container.Which of the following formats should I choose?
May 21, 2025 at 2:00 PM Official Post #2 S16LE is probably the best choice.S=SignedU=Unsigned16=16 Bit24=24 Bit32=32 BitLE=Little Endianess (Windows)BE=Big Endianess (Mac)