diff options
author | Michael Pavone <pavone@retrodev.com> | 2018-03-30 00:37:08 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2018-03-30 00:37:08 -0700 |
commit | 6409b9654c78328d03c4ced4f4b651a303497873 (patch) | |
tree | 205d01d6118297ffa1570f3cacb4306b7ee7cdf8 /config.h | |
parent | 431054f4686cd2a9fffa6f64751f81cdf0b39a89 (diff) |
More audio refactoring in preparation for allowing proper sync to video with dynamic audio rate control
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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_ |