summaryrefslogtreecommitdiffstats
path: root/src/sample.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sample.h')
-rw-r--r--src/sample.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sample.h b/src/sample.h
index 23fc0883..5ed740e4 100644
--- a/src/sample.h
+++ b/src/sample.h
@@ -40,5 +40,6 @@ size_t mix_chunks(struct mix_info channels[], unsigned nchannels, void *data, si
size_t bytes_per_second(struct sample_spec *spec);
size_t sample_size(struct sample_spec *spec);
+uint32_t samples_usec(size_t length, struct sample_spec *spec);
#endif