- adds **use_higher_samples_precision** option to **StreamConverter**
- Specifies whether to use higher precision for the sample interval and sample time.
Default is `False`. When set to `True`, stores sample interval and sample time as
64-bit floating-point numbers for increased precision. If `False`, they are stored
as 32-bit integers.