summaryrefslogtreecommitdiff
path: root/src/lib/upmixer_a.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-07-01 20:17:25 +0200
committerCarl Hetherington <cth@carlh.net>2025-07-01 20:17:25 +0200
commitad27397a050b8ea43dad62b0b85be26166b56b7c (patch)
tree7db5271b21c6f07c7ce53ca81648b694bd8e71b3 /src/lib/upmixer_a.h
parent89496a5ce67da007e40502783ddf4139aac052c8 (diff)
White space: player_video.{cc,h} reel_writer.{cc,h} maths_util.{cc,h} upmixer_{a,b}.{cc,h} upload_job.{cc,h}
Diffstat (limited to 'src/lib/upmixer_a.h')
-rw-r--r--src/lib/upmixer_a.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/lib/upmixer_a.h b/src/lib/upmixer_a.h
index 9e364dcc9..9b1e09ee5 100644
--- a/src/lib/upmixer_a.h
+++ b/src/lib/upmixer_a.h
@@ -34,16 +34,16 @@
class UpmixerA : public AudioProcessor
{
public:
- explicit UpmixerA (int sampling_rate);
-
- std::string name () const override;
- std::string id () const override;
- int out_channels () const override;
- std::shared_ptr<AudioProcessor> clone (int) const override;
- std::shared_ptr<AudioBuffers> run (std::shared_ptr<const AudioBuffers>, int channels) override;
- void flush () override;
- void make_audio_mapping_default (AudioMapping& mapping) const override;
- std::vector<NamedChannel> input_names () const override;
+ explicit UpmixerA(int sampling_rate);
+
+ std::string name() const override;
+ std::string id() const override;
+ int out_channels() const override;
+ std::shared_ptr<AudioProcessor> clone(int) const override;
+ std::shared_ptr<AudioBuffers> run(std::shared_ptr<const AudioBuffers>, int channels) override;
+ void flush() override;
+ void make_audio_mapping_default(AudioMapping& mapping) const override;
+ std::vector<NamedChannel> input_names() const override;
private:
BandPassAudioFilter _left;