How can I use an audio filter to obtain information?
Good evening,
I am trying to apply an audio filter to get information from audio packets. The filter is the ebur128. I have seen that the filter is available with the option av.filter.filters_available
. But I don't know how to configure and use the filter.
I get the audio packets and the audio frames. And my idea was to apply the filter on those audio packets and obtain the information provided by the filter. I have searched for information about filters and graphs, but is not clear for me.
Can someone help me? Thanks in advance.