1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162exceptionErrorofintlet()=Callback.register_exception"pa_exn_error"(Error0)externalstring_of_error:int->string="ocaml_pa_strerror"(* TODO *)typesample_format=|Sample_format_s16le|Sample_format_s16be|Sample_format_float32le|Sample_format_float32betypesample={sample_format:sample_format;sample_rate:int;sample_chans:int;}typemaptypedir=|Dir_nodirection|Dir_playback|Dir_record|Dir_uploadtypebuffer_attr={max_length:int;target_length:int;prebuffering:int;min_request:int;fragment_size:int;}moduleSimple=structtypetexternalfree:t->unit="ocaml_pa_simple_free"externalcreate:stringoption->string->dir->stringoption->string->sample->mapoption->buffer_attroption->t="ocaml_pa_simple_new_byte""ocaml_pa_simple_new"letcreate?server~client_name~dir?dev~stream_name~sample?map?attr()=createserverclient_namedirdevstream_namesamplemapattrexternalwrite:t->floatarrayarray->int->int->unit="ocaml_pa_simple_write_float"externalwrite_ba:t->(float,Bigarray.float32_elt,Bigarray.c_layout)Bigarray.Array1.t->unit="ocaml_pa_simple_write_float_ba"externaldrain:t->unit="ocaml_pa_simple_drain"externalflush:t->unit="ocaml_pa_simple_flush"externallatency:t->int="ocaml_pa_simple_get_latency"externalread:t->floatarrayarray->int->int->unit="ocaml_pa_read_float"externalread_ba:t->(float,Bigarray.float32_elt,Bigarray.c_layout)Bigarray.Array1.t->unit="ocaml_pa_read_float_ba"end