From 563b5ba828d40c0c791e056504a53aa86ea359e1 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Mon, 7 Mar 2022 13:10:41 -0500 Subject: Implement xas_bank_entry_duration() Implement xas_bank_entry_duration() to return the number of PCM samples in a sample bank entry --- include/xas/bank.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/xas/bank.h b/include/xas/bank.h index 716ad64..7828587 100644 --- a/include/xas/bank.h +++ b/include/xas/bank.h @@ -46,6 +46,8 @@ xas_bank *xas_bank_new(xas_audio_format format, void xas_bank_destroy(xas_bank *bank); +size_t xas_bank_entry_duration(xas_bank *bank, size_t entry_index); + ssize_t xas_bank_record(xas_bank *bank, xas_audio_stream *input, size_t entry_index, -- cgit v1.2.3