From e3bed1d68b81b22559cf0be0d444d0711342ba5f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 25 Jul 2014 11:18:39 +0100 Subject: [PATCH] Add audio path documentation. --- doc/design/audio_path.svg | 374 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 374 insertions(+) create mode 100644 doc/design/audio_path.svg diff --git a/doc/design/audio_path.svg b/doc/design/audio_path.svg new file mode 100644 index 000000000..f35372e94 --- /dev/null +++ b/doc/design/audio_path.svg @@ -0,0 +1,374 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + AVPacket + AVFrame + AudioBuffers + Data type + FFmpegDecoder + AudioDecoder + Class + Player + avcodec_decode_audio4 + av_read_frame + deinterleave_audio + audio + Method + get_audio + Operation + Decode + Deinterleave + Resample + Run Processor + Gain + Channel remap + Mix + + + + + + + -- 2.30.2