Marc LaBelle
Results
22
comments of
Marc LaBelle
I don't think so. It's been a while, but I think I ended up using https://github.com/zmxv/react-native-sound
Could you load them all as mono and combine from there? `# load individual channels... mutli_channel = AudioSegment.from_mono_audiosegments(channel1, channel2, ..., channel_n)` https://stackoverflow.com/questions/44920182/how-to-write-multi-channel-wav-file-in-python