Skip to content

Releases: joshbarrass/deadbeef_GSFdecoder

v0.12

13 Feb 18:37
8a1f6f4
Compare
Choose a tag to compare

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

09 Feb 15:28
0df4fb3
Compare
Choose a tag to compare

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

16 Oct 10:58
7f2e056
Compare
Choose a tag to compare

Changes in this release:

  • Adds a linear fadeout

Known missing features in this version:

  • Sample seeking

v0.9

13 Oct 09:04
689cd00
Compare
Choose a tag to compare

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

23 Sep 12:00
3ada5c1
Compare
Choose a tag to compare

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

22 Sep 21:29
843aadf
Compare
Choose a tag to compare

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

19 Sep 13:58
89e4f58
Compare
Choose a tag to compare
v0.4 Pre-release
Pre-release

Changes in this release:

  • adds infinite looping
  • improvements to logging

Missing/broken features in this version:

  • Sample seeking
  • Fadeout

v0.3

18 Sep 01:30
25628c4
Compare
Choose a tag to compare
v0.3 Pre-release
Pre-release

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

17 Sep 13:39
b692ef6
Compare
Choose a tag to compare
v0.2 Pre-release
Pre-release

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

17 Sep 10:21
ac62cd1
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release

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