Home
last modified time | relevance | path

Searched defs:sf_write_float (Results 1 – 2 of 2) sorted by relevance

/third_party/libsnd/examples/
Dgenerate.cs166 static extern sf_count_t sf_write_float (IntPtr sndfile, float[] ptr, sf_count_t items); in sf_write_float() method in lsndf_example
/third_party/libsnd/src/
Dsndfile.c2379 sf_write_float (SNDFILE *sndfile, const float *ptr, sf_count_t len) in sf_write_float() function