Skip to content

Releases: Hangman/TuningFork

4.4.0

21 Nov 23:19
Compare
Choose a tag to compare

This release includes:

  • a new master volume setting in JukeBox
  • an easier way to register TuningFork resource types in libGDX's AssetManager
  • a readable SoundBuffer type

Check out the full patch notes!

4.3.0

04 May 00:37
661f800
Compare
Choose a tag to compare

This release includes:

  • support for the Quite Ok Audio Format
  • support for delayed playback and sample perfect synchronization
  • several minor fixes and improvements

Check out the full patch notes!

4.2.1

22 Jan 12:40
Compare
Choose a tag to compare

This release includes:

  • fixes a crash when calling AudioDevice.disableHrtf()
  • fixes AudioDeviceRerouter not being informed about new context attributes when calling AudioDevice.disableHrtf()

Check out the full patch notes!

4.2.0

26 Nov 08:55
eab9ffa
Compare
Choose a tag to compare

This release includes:

  • PcmSoundSource convenience methods for feeding floats
  • Fixes MS_ADPCM duration resolution inaccuracies

Check out the full patch notes!
Please note that this release raises the minimum supported version of libGDX to 1.12.1.

4.1.0

05 Oct 10:22
Compare
Choose a tag to compare

This release includes:

  • reversed playback
  • change sound effects at runtime without re-creating and re-attaching
  • a universal loader for all supported file formats
  • a fix for sound effects when using the library with Kotlin

Check out the full patch notes!

4.0.0

03 Jul 09:58
Compare
Choose a tag to compare

This release includes:

  • loop points
  • faster loading of OGG and IMA ADPCM
  • improved API for filters
  • smart output device switching
  • new supported formats/codecs: aiff/aifc, u-law, a-law, ms-adpcm

... and much more! It's a big release this time.

Check out the full patch notes!
Please note that this release raises the minimum supported version of libGDX to 1.12.0.

3.3.0

05 Apr 01:01
Compare
Choose a tag to compare

This release includes:

  • the possibility to add more than 2 effects to a source
  • full support for mp3 (was partially supported before)
  • some getters and setters in ThemePlayListProvider that were missing
  • and also a few more missing getters in SoundSource
  • new effect presets

Check out the full patch notes!

3.2.0

30 Dec 03:07
Compare
Choose a tag to compare

This release includes:

  • A music player system
  • Concurrency and duration measurement fixes in StreamedSoundSource

Check out the full patch notes!

3.1.0

16 Nov 01:04
Compare
Choose a tag to compare

This release includes:

  • backwards compatible API improvements
  • flac files work in a jar
  • pseudo mp3 support
  • change playback speed without changing the pitch

Check out the full patch notes!

3.0.0

14 Sep 10:08
Compare
Choose a tag to compare

This version further extends the support of file formats. The following formats are now supported in addition to those already covered:

  • quad channel surround sound
  • 5.1 surround sound
  • 6.1 surround sound
  • 7.1 surround sound
  • 32/64 bit float wav files (mono/stereo only)
  • 24/32 bit signed int wav files
  • IMA ADPCM encoded wav files (compressed format 4:1 ratio, only allows mono/stereo)

There's more included in this release. The full patch notes can be found here.
Please note that this release raises the minimum supported version of libGDX to 1.9.12.