bit_depth# property WriteWav.bit_depth: str# Bit depth. Options are 'float32', 'int32', 'int16', and 'int8'. These mean that the samples are coded into the WAV file using 32 bits (32-bit IEEE Float), 32 bits (int), 16 bits (int), or 8 bits (int), respectively.