zmxv / react-native-sound

React Native module for playing sound clips
MIT License
2.78k stars 749 forks source link

How to merge two or more audio files parallely. #681

Open ajay2c9 opened 4 years ago

ajay2c9 commented 4 years ago

Hi, I have multiple audio tracks playing at a time(Parallely). I want to merge the audio tracks parallely to a single track and download the track. How to merge the audio tracks. Please give suggestions. Thank you

SiddharthChhajed commented 3 years ago

Hi have you got the solution for this? I also want to implement the same as you mentioned. If yes can you share the solution with me?

x5engine commented 3 years ago

Hi have you got the solution for this? I also want to implement the same as you mentioned. If yes can you share the solution with me?

Zilleabbas10 commented 3 years ago

@ajay2c9 @x5engine Can you please share the code for playing multiple audio's parallely?

KrisLau commented 2 years ago

Did you guys ever figure this out?