Skip to content

Alpha AAC support

Pre-release
Pre-release
Compare
Choose a tag to compare
@sfuhrm sfuhrm released this 28 Jan 12:25
· 48 commits to master since this release
  • Add AAC support (testing) using javasound-aac #4
  • Mapping to audio decoder is now done in program, not by Java AudioSystem.
  • Removed WAV playing in favor of AAC support.
  • Removed a certain audio format recognition because it was triggering a bug in javasound-aac implementation reading streams endlessly
  • Fixed configuration for OGG/Vorbis playback that produced mostly white noise on my machine (endianess problem in codec?)
  • Switch OGG/Vorbis library from vorbisspi -> java-vorbis-support since it seems to be better supported
  • Added test for the stream play feature .. not clear how this works in different test envs