Recording Voice JAVAFX
问题 I´m here again to request your great Help. I´m Trying to record voice from the microphone using a code from Internet. this is the configuration to the audio format: public class microfono { File wavFile = new File("C:\\NXB\\Kamui\\img\\audio.wav"); AudioFileFormat.Type fileType = AudioFileFormat.Type.WAVE; TargetDataLine line; AudioFormat getAudioFormat() { float sampleRate = 16000; int sampleSizeInBits = 8; int channels = 2; boolean signed = true; boolean bigEndian = true; AudioFormat format