Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Speex
Commits
a6d05eb5
Commit
a6d05eb5
authored
Jul 08, 2009
by
Alexander Chemeris
Committed by
Jean-Marc Valin
Jul 08, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Better Doxygen comments on latency
parent
74fd97fd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
include/speex/speex.h
include/speex/speex.h
+2
-1
include/speex/speex_resampler.h
include/speex/speex_resampler.h
+2
-2
No files found.
include/speex/speex.h
View file @
a6d05eb5
...
...
@@ -142,7 +142,8 @@ extern "C" {
#define SPEEX_GET_SUBMODE_ENCODING 37
/*#define SPEEX_SET_LOOKAHEAD 38*/
/** Returns the lookahead used by Speex */
/** Returns the lookahead used by Speex separately for an encoder and a decoder.
* Sum encoder and decoder lookahead values to get the total codec lookahead. */
#define SPEEX_GET_LOOKAHEAD 39
/** Sets tuning for packet-loss concealment (expected loss rate) */
...
...
include/speex/speex_resampler.h
View file @
a6d05eb5
...
...
@@ -306,12 +306,12 @@ void speex_resampler_set_output_stride(SpeexResamplerState *st,
void
speex_resampler_get_output_stride
(
SpeexResamplerState
*
st
,
spx_uint32_t
*
stride
);
/** Get the latency
in input samples
introduced by the resampler.
/** Get the latency introduced by the resampler
measured in input samples
.
* @param st Resampler state
*/
int
speex_resampler_get_input_latency
(
SpeexResamplerState
*
st
);
/** Get the latency
in output samples
introduced by the resampler.
/** Get the latency introduced by the resampler
measured in output samples
.
* @param st Resampler state
*/
int
speex_resampler_get_output_latency
(
SpeexResamplerState
*
st
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment