Releases: joshbarrass/deadbeef_GSFdecoder
v0.12
Changes in this release:
- Introduce configuration dialogue in plugin settings
- Sample rate can be configured directly
- Logarithmic fadeout can be toggled on (linear fadeout is used otherwise)
- Fix a bug that could cause noise to be played at certain sample rates
- Enable some optimisation options when compiling
Known missing features in this version:
- Metadata writing
v0.11
Changes in this release:
- Add a logarithmic fadeout, which can be enabled at compile time via the
LOG_FADE
option (but is disabled by default) - Add sample seeking
- Add configurable sample rate at compile time via the
SAMPLE_RATE
option (default: 44100Hz) - Fix a bug in viogsf at high sample rates
- Display compile-time arguments in the plugin info
Known missing features in this version:
- Proper configuration dialogue
- Metadata writing
v0.10
Changes in this release:
- Adds a linear fadeout
Known missing features in this version:
- Sample seeking
v0.9
Changes in this release:
- Fix over-reading at the end of a track.
- Code required for sample seeking is now present. This will be added in a future version.
Known missing features in this version:
- Sample seeking
- Fadeout
Note: This is a fix on top of v0.8, which itself was a fix on top of v0.7. These releases have since been removed from the page due to the bugs that were introduced in those versions. If you use either of these versions, you should update to v0.9.
v0.6
Changes in this release:
- Add support for any generic metadata tags
- Proper handling of ReplayGain tags -- ReplayGain should now work
Known missing features in this version:
- Sample seeking
- Fadeout
v0.5
Changes in this release:
- Plugin state, etc. is tracked on a per-file basis. This fixes a number of bugs and incompatibilities with other plugins that perform decoding in the background.
Missing features in this version:
- Sample seeking
- Fadeout
v0.4
Changes in this release:
- adds infinite looping
- improvements to logging
Missing/broken features in this version:
- Sample seeking
- Fadeout
v0.3
Changes in this release:
- fixes an issue where the wrong metadata is loaded for tracks that are missing some metadata fields
- improved logging
Missing/broken features in this version:
- Sample seeking
- Infinite looping
- Fadeout
v0.2
This adds seeking, which also fixes converting. However, seeking to a particular sample (rather than a time) must still be implemented.
Missing/broken features in this version:
- Sample seeking
- Infinite looping
- Fadeout
v0.1
First working version of the decoder. This is able to load and play GSF files without issue. However, some features are still missing and there are likely still a number of bugs present.
Missing/broken features:
- Seeking
- Converting
- Infinite looping
- Fadeout