Skip to content

Commit

Permalink
Test one more case
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Sep 10, 2024
1 parent 2d807be commit 54d177d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public void testPlay() throws IOException, UnsupportedAudioFileException {
try (TarsosDSPPlayer player = new TarsosDSPPlayer(stream)) {
player.setOptions("2.0");
player.play();
player.setOptions("1.5");
} catch (IllegalArgumentException e) {
if(ExceptionUtils.getStackTrace(e).contains("No line matching interface SourceDataLine supporting format")) {
Assume.assumeNoException("No audio-device available", e);
Expand Down

0 comments on commit 54d177d

Please sign in to comment.