I was looking at the gervill code as used in the openJDK, because I wanted a mixer that is not directly dependent on any external libraries. I guessed that the mixer outputs raw audio data somewhere that can be send to actual sound hardware or something else, but however hard I look I cannot find the place where the sound/samples is supposed to get out. Is it in the softmixingmixer class or the sofmixingdatasourceline class I don't know. I can't find any documentation.
Anyone have any experience with this mixer?