0
I just started developing with Ionic and am currently trying to make an app with multimedia content.
I want to add sound effects to an audio recorded by the device (client side) The next step will be to add the resulting audio to a video.
I have two options:
- Merge the two Audios into one - PREFERRED
- Play the two synchronized;
I’ve done some research but I couldn’t find the right solution for what I’m looking for..
Any suggestions? Thank you
cli Packages:
@ionic/cli-utils : 1.18.0
ionic (Ionic CLI) : 3.18.0
Local Packages:
@ionic/app-scripts : 3.1.2
Ionic Framework : ionic-angular 3.9.2
System:
Android SDK Tools: 26.1.1
Node : v6.11.3
npm : 3.10.10
OS : Windows 7
Here is the stack overflow in Portuguese man! please translate p/EN. hug! Welcome! :)
– Thiago Loureiro
Thank you!. I have already translated :)
– Diogo Lima
I think that to merge the two files you will need a plugin for IONIC, I don’t know if there is one already but you can always develop one (http://cordova.apache.org/docs/en/latest/guide/hybrid/plugins/index.html). What have you tried to play the two synchronized files?
– lazyFox