FFmpeg
|
resampling_audio.c File Reference
#include <libavutil/opt.h>
#include <libavutil/channel_layout.h>
#include <libavutil/samplefmt.h>
#include <libswresample/swresample.h>
Include dependency graph for resampling_audio.c:
Go to the source code of this file.
Functions | |
static int | get_format_from_sample_fmt (const char **fmt, enum AVSampleFormat sample_fmt) |
void | fill_samples (double *dst, int nb_samples, int nb_channels, int sample_rate, double *t) |
Fill dst buffer with nb_samples, generated starting from t. More... | |
int | main (int argc, char **argv) |
Function Documentation
void fill_samples | ( | double * | dst, |
int | nb_samples, | ||
int | nb_channels, | ||
int | sample_rate, | ||
double * | t | ||
) |
Fill dst buffer with nb_samples, generated starting from t.
Definition at line 65 of file resampling_audio.c.
Referenced by main().
|
static |
Definition at line 33 of file resampling_audio.c.
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 81 of file resampling_audio.c.
Generated on Mon Nov 18 2024 06:52:08 for FFmpeg by 1.8.11