I'm using the minim library to make a project which the user trigger sounds (AudioPlayer) from the keyboard and this sound keep playing in loop until the user press another key to stop it.
My problem is that I'm not able to record a mix of this sounds produced by the user during the program execution.
I realized that AudioRecord is not able to record sounds like AudioPlayer.
There is any way to record a mix of sounds like AudioPlayer?