diff options
author | waker <wakeroid@gmail.com> | 2010-12-07 22:05:13 +0100 |
---|---|---|
committer | waker <wakeroid@gmail.com> | 2010-12-07 22:05:13 +0100 |
commit | 247e06f034ddaffe81c1c27de96c04ca66900978 (patch) | |
tree | c9fa85740d690aaac60e3bc04204a2613040e4b6 /plugins/dsp_libsrc | |
parent | 85ddb3c5876ef2098c333bdd4db314f318810e49 (diff) |
minor changes to default DSP chain and SRC plugin
Diffstat (limited to 'plugins/dsp_libsrc')
-rw-r--r-- | plugins/dsp_libsrc/src.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/dsp_libsrc/src.c b/plugins/dsp_libsrc/src.c index 0e71ef6e..81ea9120 100644 --- a/plugins/dsp_libsrc/src.c +++ b/plugins/dsp_libsrc/src.c @@ -209,8 +209,9 @@ ddb_dsp_src_t plugin = { .dsp.process = ddb_src_process, .dsp.plugin.version_major = 0, .dsp.plugin.version_minor = 1, - .dsp.plugin.id = "dsp_src", - .dsp.plugin.name = "dsp_src", + .dsp.plugin.type = DB_PLUGIN_DSP, + .dsp.plugin.id = "SRC", + .dsp.plugin.name = "Secret Rabbit Code", .dsp.plugin.descr = "Samplerate converter using libsamplerate", .dsp.plugin.author = "Alexey Yakovenko", .dsp.plugin.email = "waker@users.sf.net", |