create an uncompressed audio PCM file
-
-
- Offizieller Beitrag
S16LE is probably the best choice.
- S=Signed
U=Unsigned
F=Float - 16=16 Bit
24=24 Bit
32=32 Bit - LE=Little Endianess (Windows)
BE=Big Endianess (Mac)
-
I want to create an uncompressed audio standart pcm (*.wav) file in matroska container.
Which of the following formats should I choose?
Thanks for information!