probe-web / @probe-web/ui / SampleFormat
Type Alias: SampleFormat
ts
type SampleFormat = "u8" | "i8" | "u16" | "i16" | "u32" | "i32" | "f32";Defined in: packages/ui/src/samples.ts:16
How to read one sample out of the byte stream.