Releases: Hangman/TuningFork
4.4.0
4.3.0
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
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
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
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
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
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
This release includes:
- A music player system
- Concurrency and duration measurement fixes in
StreamedSoundSource
Check out the full patch notes!
3.1.0
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
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.