How can I set up a newline for each channel from existing data (Java sound api)?

I need help creating a new DataLine. I downloaded the sound file and set the line. After loading the data into a string, I split the data into left and right channels. Now I want to set up a line for the left and right channels to control the gain for each channel.

How can i do this?

+2


source to share





All Articles