#include <rubberband/rubberband-c.h>
#include "libavutil/channel_layout.h"
#include "libavutil/common.h"
#include "libavutil/opt.h"
#include "audio.h"
#include "avfilter.h"
#include "filters.h"
#include "internal.h"
Go to the source code of this file.
◆ OFFSET
◆ AT
◆ AVFILTER_DEFINE_CLASS()
      
        
          | AVFILTER_DEFINE_CLASS | ( | rubberband |  | ) |  | 
      
 
 
◆ uninit()
◆ filter_frame()
◆ config_input()
◆ activate()
◆ process_command()
  
  | 
        
          | static int process_command | ( | AVFilterContext * | ctx, |  
          |  |  | const char * | cmd, |  
          |  |  | const char * | args, |  
          |  |  | char * | res, |  
          |  |  | int | res_len, |  
          |  |  | int | flags |  
          |  | ) |  |  |  | static | 
 
 
◆ rubberband_options
◆ rubberband_inputs
Initial value:= {
    {
        .name          = "default",
    },
}
Definition at line 201 of file af_rubberband.c.
 
 
◆ ff_af_rubberband
Initial value:= {
    .name          = "rubberband",
    .priv_class    = &rubberband_class,
}
Definition at line 209 of file af_rubberband.c.
 
 
 
static int process_command(AVFilterContext *ctx, const char *cmd, const char *args, char *res, int res_len, int flags)