Module Tportaudio.Stream_flags

Stream flags.

type t

The type for stream flags

val none : t

none has no flags set.

val clip_off : t

clip_off disables default clipping out of range samples.

val dither_off : t

dither_off disables default dithering.

val (+) : t -> t -> t

f0 + f1 has the flags of f0 and f1.