We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2cb4ba commit f2226baCopy full SHA for f2226ba
util/audio_frame.hh
@@ -22,8 +22,8 @@ public:
22
return scaleInput(chan[chan_num]);
23
}
24
25
- float scale_output_chan(unsigned chan_num) const {
26
- return scaleOutput(chan[chan_num]);
+ void set_scaled_output(unsigned chan_num, float val) {
+ chan[chan_num] = scaleOutput(val);
27
28
29
static constexpr float scaleInput(SampleType val) {
0 commit comments