16,
streamInput.getFormat().getChannels(),
streamInput.getFormat().getChannels() * 2,
streamInput.getFormat().getSampleRate(),
false);
stream=new AmplitudeAudioInputStream(AudioSystem.getAudioInputStream(decodedFormat,streamInput));
}
return stream;
}