summaryrefslogtreecommitdiff
path: root/deadbeef.h
diff options
context:
space:
mode:
Diffstat (limited to 'deadbeef.h')
-rw-r--r--deadbeef.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/deadbeef.h b/deadbeef.h
index b3cf7d17..5a51b04f 100644
--- a/deadbeef.h
+++ b/deadbeef.h
@@ -540,6 +540,11 @@ typedef struct {
// pcm utilities
int (*pcm_convert) (const ddb_waveformat_t * inputfmt, const char *input, const ddb_waveformat_t *outputfmt, char *output, int inputsize);
+
+ // dsp preset management
+ int (*dsp_preset_load) (const char *fname, struct ddb_dsp_context_s **head);
+ int (*dsp_preset_save) (const char *fname, struct ddb_dsp_context_s *head);
+ void (*dsp_preset_free) (struct ddb_dsp_context_s *head);
} DB_functions_t;
enum {