161718192021222324
@Test public void testCreateAndPlayClip() throws Exception { Clip clip = new AudioBoostUtilsTest().createSampleClip(); RunnableClip runnable = new RunnableClip(clip); ThreadBoostUtils.run(runnable, 1000); }