summaryrefslogtreecommitdiffstats
path: root/src/sample.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sample.h')
-rw-r--r--src/sample.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/sample.h b/src/sample.h
index f8ba6698..23fc0883 100644
--- a/src/sample.h
+++ b/src/sample.h
@@ -26,8 +26,9 @@ struct sample_spec {
extern struct sample_spec default_sample_spec;
-struct memblock *silence(struct memblock* b, struct sample_spec *spec);
-
+struct memblock *silence_memblock(struct memblock* b, struct sample_spec *spec);
+void silence_memchunk(struct memchunk *c, struct sample_spec *spec);
+void silence_memory(void *p, size_t length, struct sample_spec *spec);
struct mix_info {
struct memchunk chunk;