|
Applications Programming InterfaceThe publically callable functions of libsamplerate are all listed in the <samplerate.h> header file. The API allows two methods for accessing the capabilies of the library:
The parts of the API which are common to both are:
Both versions of the API are restricted to operating on buffers of ISO C Standard float data. Other data types are not supported. Note: The tests/ and examples/ directories of the source code distribution contain numerous example programs showing the use of the library. |