Is it overkill to use this package just to overlay audio clips? #423
-
My use case for I'm a little worried about
Apps that do similar things to what I am trying to achieve: https://play.google.com/store/apps/details?id=com.bpdj.ballparkdj I would do it server side but the users would need it in real time to adjust the timing of the introduction voice over and the music. Are there any alternatives (packages/API) that might be able to do simple merges/overlays of audio or am I just worrying to much? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
It is possible to use |
Beta Was this translation helpful? Give feedback.
It is possible to use
ffmpeg-kit
packages in production. But, they were not created for that.The original idea was to use packages to test
ffmpeg-kit
API and see how easy it is to integrateffmpeg-kit
into an app. When it comes to releasing that app, we always recommend building your own version by disabling components you don't need. https://github.com/tanersener/ffmpeg-kit/wiki/Building wiki includes details about that. We know it is not easy. But that's the ultimate solution.