From d33c939bac315480609a29d3e100d81353d87439 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 23 Dec 2012 00:06:37 +0100 Subject: docs: add aresample/async example Signed-off-by: Michael Niedermayer --- doc/filters.texi | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') diff --git a/doc/filters.texi b/doc/filters.texi index 3e37b5302d..b7ae3cd825 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -488,6 +488,12 @@ For example, to resample the input audio to 44100Hz: aresample=44100 @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 Set the number of samples per each output audio frame. -- cgit v1.2.3