diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-07-06 23:23:26 +0200 |
|---|---|---|
| committer | cah <cth@carlh.net> | 2025-07-10 22:49:00 +0200 |
| commit | 4e244c8a4b34268445123b7d6df54ff303561fa5 (patch) | |
| tree | 54b92d242ea518ee0e9d55c20265d5ab963fc7a0 /src/lib/upmixer_a.cc | |
| parent | a564301f86068484d98d329971f59b10c7de892e (diff) | |
Allow audio processors to pass through HI/VI/DBox etc (#3020).
Previously you couldn't map these things if you were using a processor.
Diffstat (limited to 'src/lib/upmixer_a.cc')
| -rw-r--r-- | src/lib/upmixer_a.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/upmixer_a.cc b/src/lib/upmixer_a.cc index d87546a76..6eaaf0a52 100644 --- a/src/lib/upmixer_a.cc +++ b/src/lib/upmixer_a.cc @@ -74,7 +74,7 @@ UpmixerA::clone(int sampling_rate) const shared_ptr<AudioBuffers> -UpmixerA::run(shared_ptr<const AudioBuffers> in, int channels) +UpmixerA::do_run(shared_ptr<const AudioBuffers> in, int channels) { /* Input L and R */ auto in_L = in->channel(0); |
