ffmpeg amix filter correpondant in libmedia #20
Unanswered
Kuo-TingKai
asked this question in
Q&A
Replies: 1 comment
-
libmedia does not yet implement the amix filter now. You can try to implement one yourself. The idea is to resample all PCM data to the same sample rate and then add them together as the output PCM data. I'll implement one later when I have time. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear maintainer,
I would like to ask, is there any feature corresponding to ffmpeg-amix filter to fuse multiple audio source into one, something like this:
I don't want to call the subprocess to run the above bash command in my ts file.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions