This repository has been archived by the owner on Dec 21, 2021. It is now read-only.
Releases: irmen/bouldercaves
Releases · irmen/bouldercaves
release 5.7.2
release 5.7.1
- removed the embedded synthplayer library
- pinned required library dependency versions (to avoid conflicts)
release 5.7
updated the sound library once more to support soundcard
and miniaudio
audio libraries
When you install the miniaudio
library, it will also be used for sample decoding rather than depending on an external oggdec or ffmpeg tool
release 5.6
- updated synthplayer library to new version
- updated bouldercaves audio processing to the new synthplayer api
release 5.5
The next cave is no longer already revealed in the background during an intro text popup.
release 5.4
Fixed audio subsystem to fallback to ffmpeg if oggdec (vorbis-tools) is not available on the system.
release 5.3
improved audio output device selection once more
release 5.2
- new synthplayer library to be smarter in selecting the correct audio output device
- using different internal tile image format for backwards compatibility with old Tkinter version shipped on MacOS
release 5.1
- updated synthplayer to be able to select output audio device if you're having sound problems
- support for alternate tileset (created by Marcel Sásik) use command line options -a -o
- fix crash on older windows versions
- fix python 3.7 compatiblity issue in demo playback
- sound sample rate is now 44100hz instead of 22050hz (some sound cards don't support the lower sample rate)
release 5.0
- replaced software synthesizer by updated copy of my synthplay library (containing api changes and a bunch of fixes and improvements)
- fixed some possible sample file decoding issues on windows