I noticed that using av.filter.Graph for audio is less blessed than for video. For video, av.filter.Graph exposes the convenient method add_buffer, but for audio av.filter.Graph has no add_abuffer (abuffer). Do you have a plan for adding convenient method add_abuffer to av.filter.Graph? (Lacking of this is not fatal, but this situation is unbalanced.)
I noticed that using
av.filter.Graphfor audio is less blessed than for video. For video,av.filter.Graphexposes the convenient methodadd_buffer, but for audioav.filter.Graphhas noadd_abuffer(abuffer). Do you have a plan for adding convenient methodadd_abuffertoav.filter.Graph? (Lacking of this is not fatal, but this situation is unbalanced.)