aout: add the vlc_audio_meter API
commit0d87079613c4be2755cae299b5d1c618ae787d25
authorThomas Guillem <thomas@gllm.fr>
Thu, 13 Aug 2020 13:55:24 +0000 (13 15:55 +0200)
committerThomas Guillem <thomas@gllm.fr>
Wed, 26 Aug 2020 14:01:11 +0000 (26 16:01 +0200)
tree99499a66d9b7d29e0fac0cc6b31fb0f9c4f43ed0
parenta2dc3a87e0ae6c00a745d227624c4ff68a9a870b
aout: add the vlc_audio_meter API

This API will be used by the aout, and could be used by any visualisation
module needing audio measurements.

This API allows to create "audio meter" filters plugins. This new type of
filter is measuring audio blocks without modifying them and send the
measurement via audio filters callbacks. These events are then propagated to
vlc_audio_meter events.
include/vlc_aout.h
include/vlc_filter.h
src/Makefile.am
src/audio_output/meter.c [new file with mode: 0644]
src/libvlccore.sym