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

OCaml multimedia library

Results 4 ocaml-mm issues
Sort by recently updated
recently updated
newest added

`floatarray` are defined in `Float.Array` since OCaml `4.08`. They are guaranteed to be always be unboxed flat arrays. If the compiler supports it (see: https://github.com/ocaml/ocaml/pull/12019), `floatarray` can be cast to...

When trying to write multiple images, the resulting file cannot be played. This seems to be caused by tools expecting every frame in one CHUNK. the write method should look...