From 881a54dad434a0939c84c73ebc513a11bcb6078a Mon Sep 17 00:00:00 2001 From: "Timothy B. Terriberry" Date: Fri, 7 Jul 2017 14:14:25 -0700 Subject: [PATCH] Minor documentation cross-reference. Let people reading about the output_gain field know how to change the way it gets applied. --- include/opusfile.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/opusfile.h b/include/opusfile.h index 74b85c2..5047637 100644 --- a/include/opusfile.h +++ b/include/opusfile.h @@ -239,7 +239,8 @@ struct OpusHead{ -32768...32767. The libopusfile API will automatically apply this gain to the decoded output before returning it, scaling it by - pow(10,output_gain/(20.0*256)).*/ + pow(10,output_gain/(20.0*256)). + You can adjust this behavior with op_set_gain_offset().*/ int output_gain; /**The channel mapping family, in the range 0...255. Channel mapping family 0 covers mono or stereo in a single stream. -- GitLab