ocaml-portaudio icon indicating copy to clipboard operation
ocaml-portaudio copied to clipboard

OCaml bindings for portaudio.

Results 2 ocaml-portaudio issues
Sort by recently updated
recently updated
newest added

It seemed like setting the structure members to zero individually after a memset to zero was redundant? Also, I thought that `sizeof(stream_t)` was more clear than `sizeof(*st)`.

Trying to select callback option I get `“./noise” terminated by signal SIGSEGV (Address boundary error)` Blocking mode works fine.