Beispiel #1
0
 public void stop() {
   if (audio.noDevice) return;
   audio.stopSourcesWithBuffer(bufferID);
 }