mbonda
mbonda
Hello I worked with two jingle at same time, and tried this ``` int localJingleIndex = getNextJingleIndex(); boolean found = false; int contador=0; while (!found && contador < jingleList.size()) {...
I tried this but again It 's did not work try { WaveformVector sample = samples.poll(10, TimeUnit.MILLISECONDS); WaveformVector sample2=null; if (sample == null) { continue; //sample2 =null; }else {sample2=new WaveformVector(sample.waveforms);}...