libsndfile-ocaml source files.
authorKarim Barkati <karimbarkati@gmail.com>
Wed, 11 Sep 2013 06:38:15 +0000 (08:38 +0200)
committerKarim Barkati <karimbarkati@gmail.com>
Wed, 11 Sep 2013 06:38:15 +0000 (08:38 +0200)
commit60771194f4808507a435db7c201e3e75675986be
tree05ff61defb93ae6d9637f8e7e0558a96cfd8510f
parentf1f94803668061f90a5ce88bf06ee72bba8e41a5
libsndfile-ocaml source files.
interpretor/lib/src/libsndfile-ocaml/Makefile [new file with mode: 0644]
interpretor/lib/src/libsndfile-ocaml/Todo.txt [new file with mode: 0644]
interpretor/lib/src/libsndfile-ocaml/sndfile.ml [new file with mode: 0644]
interpretor/lib/src/libsndfile-ocaml/sndfile_bigarray.ml [new file with mode: 0644]
interpretor/lib/src/libsndfile-ocaml/sndfile_bigarray_stub.c [new file with mode: 0644]
interpretor/lib/src/libsndfile-ocaml/sndfile_stub.c [new file with mode: 0644]
interpretor/lib/src/libsndfile-ocaml/sndfile_stub.h [new file with mode: 0644]
interpretor/lib/src/libsndfile-ocaml/test_sndfile.ml [new file with mode: 0644]
interpretor/lib/src/libsndfile-ocaml/test_sndfile_bigarray.ml [new file with mode: 0644]