Skip to content
Snippets Groups Projects
Commit 881a54da authored by Timothy B. Terriberry's avatar Timothy B. Terriberry
Browse files

Minor documentation cross-reference.

Let people reading about the output_gain field know how to change
 the way it gets applied.
parent cc89c685
No related branches found
No related tags found
No related merge requests found
......@@ -239,7 +239,8 @@ struct OpusHead{
-32768...32767.
The <tt>libopusfile</tt> API will automatically apply this gain to the
decoded output before returning it, scaling it by
<code>pow(10,output_gain/(20.0*256))</code>.*/
<code>pow(10,output_gain/(20.0*256))</code>.
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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment