i'm using an USB MIC on RASPBIAN i'm developing with the JAVA SOUND API. But the Line is Not Supported, why? I've executed this code on a normal PC with Linux and it works (the Line is supported) What is missing? how can is get Line Supported? The version is: Linux raspberrypi 4.9.54-v7+ The simple code is this: ~~~ import javax.sound.sampled.AudioFormat; import javax.sound.sampled.AudioSystem; import javax.sound.sampled.DataLine; import javax.sound.sampled.LineUnavailableException; import javax.sound.sampled.Mixer;...
i'm using an USB MIC on RASPBIAN i'm developing with the JAVA SOUND API. But the Line is Not Supported, why? I've executed this code on a normal PC with Linux and it works (the Line is supported) What is missing? how can is get Line Supported? The version is: Linux raspberrypi 4.9.54-v7+ The simple code is this: import javax.sound.sampled.AudioFormat; import javax.sound.sampled.AudioSystem; import javax.sound.sampled.DataLine; import javax.sound.sampled.LineUnavailableException; import javax.sound.sampled.Mixer;...