Home
last modified time | relevance | path

Searched refs:sf_current_byterate (Results 1 – 5 of 5) sorted by relevance

/third_party/libsnd/tests/
Dfloating_point_test.tpl239 byterate = sf_current_byterate (file) ;
292 byterate = sf_current_byterate (file) ;
/third_party/libsnd/include/
Dsndfile.h651 int sf_current_byterate (SNDFILE *sndfile);
Dsndfile.h.in688 int sf_current_byterate (SNDFILE *sndfile) ;
/third_party/libsnd/docs/
Dapi.md51 | [sf_current_byterate](#current_byterate) …
567 int sf_current_byterate (SNDFILE *sndfile) ;
582 `sf_current_byterate` returns byte per second or -1 if byterate is
/third_party/libsnd/src/
Dsndfile.c1559 sf_current_byterate (SNDFILE *sndfile) in sf_current_byterate() function