summaryrefslogtreecommitdiffstats
path: root/converter.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-05-22 22:53:09 +0000
committerLennart Poettering <lennart@poettering.net>2007-05-22 22:53:09 +0000
commitc1b4872b0910c9aa784d878dca771b21c4690048 (patch)
tree2ca5aea3f57c1336ab3165b94a385da9db72c00f /converter.h
parentb60e60dbaeff9311b3e74a6d54bb3bbb2c1f61e3 (diff)
lots of work
git-svn-id: file:///home/lennart/svn/public/libsydney/trunk@30 9ba3c220-e4d3-45a2-8aa3-73fcc9aff6ce
Diffstat (limited to 'converter.h')
-rw-r--r--converter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/converter.h b/converter.h
index 3230471..8112231 100644
--- a/converter.h
+++ b/converter.h
@@ -77,5 +77,6 @@ void sa_converter_set_volume(sa_converter_t *c, const int32_t vol[]);
void sa_converter_set_ratio(sa_converter_t *c, unsigned rate1, unsigned rate2);
+void* sa_converter_get_zero_buffer(sa_converter_t *c, size_t size);
#endif