Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.9.17 #17

Merged
merged 6 commits into from
Sep 23, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
clean up
  • Loading branch information
umjammer committed Apr 27, 2024
commit adc26b7e05ad109c1b77a51d6be115b3cfa7918c
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,3 @@ private static String getCharset(byte[] buf) {
return encoding;
}
}

/* */
2 changes: 0 additions & 2 deletions src/test/java/Test3.java
Original file line number Diff line number Diff line change
Expand Up @@ -204,5 +204,3 @@ public FileVisitResult visitFile(Path file, BasicFileAttributes attr) {
Debug.println("RESULT: " + error + "/" + count);
}
}

/* */
16 changes: 7 additions & 9 deletions src/test/java/Test4.java
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ void test1() throws Exception {
Debug.println(inFormat);
AudioFormat outFormat = new AudioFormat(
Mp3LameFormatConversionProvider.MPEG1L3,
-1f,
-1,
AudioSystem.NOT_SPECIFIED,
AudioSystem.NOT_SPECIFIED,
2,
-1,
-1f,
AudioSystem.NOT_SPECIFIED,
AudioSystem.NOT_SPECIFIED,
false);
Debug.println(outFormat);
AudioInputStream aout = AudioSystem.getAudioInputStream(outFormat, ais);
Expand Down Expand Up @@ -118,10 +118,10 @@ void test4() throws Exception {
AudioFormat outFormat = new AudioFormat(
Mp3LameFormatConversionProvider.MPEG1L3,
inFormat.getSampleRate(),
-1,
AudioSystem.NOT_SPECIFIED,
inFormat.getChannels(),
-1,
-1f,
AudioSystem.NOT_SPECIFIED,
AudioSystem.NOT_SPECIFIED,
false);
Debug.println(outFormat);
AudioInputStream aout = AudioSystem.getAudioInputStream(outFormat, ais);
Expand All @@ -145,5 +145,3 @@ void test3() throws Exception {
assertEquals(Checksum.getChecksum(out2), Checksum.getChecksum(Paths.get(mp3raw)));
}
}

/* */
2 changes: 0 additions & 2 deletions src/test/java/javazoom/spi/mpeg/sampled/file/MonoTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -165,5 +165,3 @@ void test5() throws Exception {
});
}
}

/* */