Skip to content

Releases: libsidplayfp/sidplayfp

sidplayfp-2.4.1

19 Mar 14:48
Compare
Choose a tag to compare

A few iconv fixes

Full Changelog: v2.4.0...v2.4.1

sidplayfp-2.4.0

06 Nov 10:26
c24f0b6
Compare
Choose a tag to compare

Changelog:

  • Do not add a file extension to stdout (fixes #12)
  • Fixed "Dangerous use of 'cin'" code scanning alerts

sidplayfp-2.2.3

23 Jan 10:15
26b6f30
Compare
Choose a tag to compare
  • Filewriter: only add extension if the given name doesn't provide one already (issue #10)
  • Restore correct default record lenght (issue #11)
  • Doc: update default playback frequency

sidplayfp-2.2.2

16 Sep 13:13
5116a84
Compare
Choose a tag to compare
  • Corrected and added a few Windows codepage mappings

sidplayfp-2.2.1

07 Aug 07:23
398859c
Compare
Choose a tag to compare
  • Fixed model selection command line options
  • Trim too long file names

sidplayfp-2.2.0

23 May 15:20
ec2c0b4
Compare
Choose a tag to compare
  • Display correct characters using iconv
  • Show SID status on high verbosity levels, based on patch by Stian Skjelstad
  • Updated handling of channel count, command line take precedence over config, if not specified make it depend on tune. Added option for mono playback
  • Display songlength milliseconds if supported and support milliseconds in times read from ini file (issue #4)

Known issue: playback time is not exact (issue #4)

sidplayfp-2.1.2

19 Apr 18:47
112b877
Compare
Choose a tag to compare
  • Fixed check for MinGW host
  • Drop accidentally slipped in debug message
  • Fixed times read from ini file

sidplayfp-2.1.1

28 Feb 20:12
Compare
Choose a tag to compare

Fixed messed up configuration from ini file [issue #1]

sidplayfp-2.1.0

11 Feb 20:22
Compare
Choose a tag to compare
  • Do not force creation of an ini file in the executable directory
  • Restored compatibility with old lib version

sidplayfp-2.0.3

17 Jan 19:57
Compare
Choose a tag to compare
  • Improve man page (bug #36)
  • Refactor and improve config path checking