Commit d33c939b authored by Michael Niedermayer's avatar Michael Niedermayer

docs: add aresample/async example

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 3e157753
...@@ -488,6 +488,12 @@ For example, to resample the input audio to 44100Hz: ...@@ -488,6 +488,12 @@ For example, to resample the input audio to 44100Hz:
aresample=44100 aresample=44100
@end example @end example
To stretch/squeeze samples to the given timestamps, with a maximum of 1000
samples per second compensation:
@example
aresample=async=1000
@end example
@section asetnsamples @section asetnsamples
Set the number of samples per each output audio frame. Set the number of samples per each output audio frame.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment