        Name: libsndfile
        Type: Library
     Purpose: Provides sound file conversion facilities.
Requirements: Acorn C compiler
              Acorn libfile
              Castle C library
              OSLib (for header)
              CLibSupport

This is a port of version 1.0.17 of libsndfile to RISC OS.

See the various files in this archive for licensing terms and
how to use the library.

This library has been modified to get it to build on RISC OS.
Everything that has been changed is wrapped in

#ifdef RISCOS
#endif

constructs.

Most of the changes relate to definitions or the referencing of
include files that are not relevant to RISC OS.

c.file_io has been changed to use RISC OS specific file io.

Note that the makefiles are autogenerated from Sourcery, they
will require changes to work on the system they are being
built on. This should just mean that some paths need changing.

Use of a compiler that supports 64 bit integer types is now required for this library.