X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/e5b0e8bee502e61dfaaf2a5bc4b4d9d4938a9a2a..e775f23a10c4ba37fc1a762299f52cd0d71593b7:/interpretor/libsndfile-1.0.25/doc/embedded_files.html diff --git a/interpretor/libsndfile-1.0.25/doc/embedded_files.html b/interpretor/libsndfile-1.0.25/doc/embedded_files.html new file mode 100644 index 0000000..c73e86a --- /dev/null +++ b/interpretor/libsndfile-1.0.25/doc/embedded_files.html @@ -0,0 +1,47 @@ + + + + + + libsndfile : Embedded Sound Files. + + + + + + + + + + +

Embedded Sound Files.

+ +

+By using the open SNDFILE with a file descriptor function: +

+ +
+      SNDFILE*  sf_open_fd (int fd, int mode, SF_INFO *sfinfo, int close_desc) ;
+
+ +

+it is possible to open sound files embedded within larger files. +There are however a couple of caveats: +

+ +

+ +

+The test program multi_file_test.c in the tests/ directory of the +source code tarball shows how this functionality is used to read and write +embedded files. +

+ + +