From 6409b9654c78328d03c4ced4f4b651a303497873 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Fri, 30 Mar 2018 00:37:08 -0700 Subject: More audio refactoring in preparation for allowing proper sync to video with dynamic audio rate control --- config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.h') diff --git a/config.h b/config.h index 5122577..d72051c 100644 --- a/config.h +++ b/config.h @@ -14,6 +14,7 @@ char *serialize_config(tern_node *config, uint32_t *size_out); uint8_t serialize_config_file(tern_node *config, char *path); void persist_config(tern_node *config); char **get_extension_list(tern_node *config, uint32_t *num_exts_out); +uint32_t get_lowpass_cutoff(tern_node *config); #endif //CONFIG_H_ -- cgit v1.2.3