I am using AudioKit in my project. By using the process suggested in the mixing nodes playground example, I am playing the multiple audios. My requirement is to upload the mixed audio to the server and displayed and played some other screens. I followed this suggestion. How to get and save the mixed of multiple audios in to single audio in swift but it's not working.
Give suggestions to get the mixed audio output for uploading to the server.