Audio Mixing with Java (without Mixer API)
问题 I am attempting to mix several different audio streams and trying to get them to play at the same time instead of one-at-a-time. The code below plays them one-at-a-time and I cannot figure out a solution that does not use the Java Mixer API. Unfortunately, my audio card does not support synchronization using the Mixer API and I am forced to figure out a way to do it through code. Please advise. /////CODE IS BELOW//// class MixerProgram { public static AudioFormat monoFormat; private