diff options
author | waker <wakeroid@gmail.com> | 2010-12-30 20:23:23 +0100 |
---|---|---|
committer | waker <wakeroid@gmail.com> | 2010-12-30 20:23:23 +0100 |
commit | 2d0b6eda861e5bfcdce1ca43afb013d15b9d73b5 (patch) | |
tree | 18467f2ae9871dd0677ac0b3de9760a12abac317 /plugins/dsp_libsrc | |
parent | 44a0f104bdf326e87ae5d3d36234b19c2d81f8d8 (diff) |
streamer dsp chain WIP
Diffstat (limited to 'plugins/dsp_libsrc')
-rw-r--r-- | plugins/dsp_libsrc/src.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/dsp_libsrc/src.c b/plugins/dsp_libsrc/src.c index fdb96d14..1909fa6e 100644 --- a/plugins/dsp_libsrc/src.c +++ b/plugins/dsp_libsrc/src.c @@ -177,6 +177,7 @@ ddb_src_process (ddb_dsp_context_t *_src, float *samples, int nframes, ddb_wavef //} //fwrite (input, 1, numoutframes*sizeof(float)*(*nchannels), out); + fmt->samplerate = src->samplerate; return numoutframes; } |