package portaudio_c_bindings

  1. Overview
  2. Docs
type ('a, 'b, 'c) t = {
  1. device : device_index;
  2. channel_count : int;
  3. sample_format : ('a, 'b, 'c) SampleFormat.t;
  4. suggested_latency : pa_time;
}