]> git.sesse.net Git - nageru/blobdiff - audio_mixer.h
Prepare for inputs of another frequency than the capture frequency.
[nageru] / audio_mixer.h
index c7841fbdf32125116803af67dfffe4d0f3c66a34..93c9beb375768c3ed1707b8c8fec764bda017400 100644 (file)
@@ -177,6 +177,7 @@ private:
                std::unique_ptr<ResamplingQueue> resampling_queue;
                int64_t next_local_pts = 0;
                std::string name;
+               unsigned capture_frequency = OUTPUT_FREQUENCY;
                // Which channels we consider interesting (ie., are part of some input_mapping).
                std::set<unsigned> interesting_channels;
        };