diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/audio_content.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/lib/audio_content.h b/src/lib/audio_content.h index 963f759e8..4dc45f114 100644 --- a/src/lib/audio_content.h +++ b/src/lib/audio_content.h @@ -61,10 +61,9 @@ public: int resampled_frame_rate (std::shared_ptr<const Film> film) const; std::vector<NamedChannel> channel_names () const; - /** Set gain in dB. - * @param double g New gain in dB. - */ - void set_gain (double g); + /** Set gain in dB */ + void set_gain (double); + /** Set delay in milliseconds (positive moves audio later) */ void set_delay (int); double gain () const { |
