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_b.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_b.cc')
| -rw-r--r-- | src/lib/upmixer_b.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/upmixer_b.cc b/src/lib/upmixer_b.cc index 40bed6b6e..1e084d03f 100644 --- a/src/lib/upmixer_b.cc +++ b/src/lib/upmixer_b.cc @@ -70,7 +70,7 @@ UpmixerB::clone(int sampling_rate) const shared_ptr<AudioBuffers> -UpmixerB::run(shared_ptr<const AudioBuffers> in, int channels) +UpmixerB::do_run(shared_ptr<const AudioBuffers> in, int channels) { auto out = make_shared<AudioBuffers>(channels, in->frames()); |
