soundlibs
soundlibs copied to clipboard
Maven artifacts for Java Sound Libraries
Fixes https://github.com/pdudits/soundlibs/issues/18
I am recording as a wav format through using AudioSystem.write but am looking for a way to record as a mp3 format or a way to convert wav from to...
ID3v2.4 Frame sizes are calculated incorrectly. Currently these sizes are calculated as a plain 32-bit integer rather than as a 32-bit sync-safe integer. This means that the size of any...
Each artifact published to maven central, in addition to being valid OSGI bundles, should also be valid java modules. In other words, each bundle should also include a valid module-info.class.
Bumps [junit](https://github.com/junit-team/junit4) from 3.8.2 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
Bumps [junit](https://github.com/junit-team/junit4) from 3.8.2 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
Bumps [junit](https://github.com/junit-team/junit4) from 3.8.2 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
I'm getting an exception when I try to play a MP3 file with a cover/artwork-image size greater than 1650x1650 pixels. It is not about how many covers are included in...
I ran into problem with very low performance of DecodedMpegAudioInputStream.skipFrames(long) method. If problem is really in it, you can implement your own skip method using read(byte[]). At least it helped...
File http://mauvecloud.net/sounds/alaw44s.wav when mp3spi is loaded is recognized as MPEG1L1 44100.0 Hz, unknown bits per sample, mono, unknown frame size, 114.84374 frames/second which is wrong. It should be recognized as...