Skip to content

Releases: thrive4/app.fb.audioplayer-sdlmixer

audioplayer-sdlmixer-v1.5.32bit

24 Nov 12:32
90873a3
Compare
Choose a tag to compare
  • corrected freefile variable type to long
    integer causes issues when opening multiple
    file in succession
  • trimmed utilfile.bas
  • reworked shuffleplay...again... should now
    work as intended; only play a item in the set once
    untill the set is exhausted.
  • tweaked drc, volume was stil choppy with certain
    music is now more in line with, xmplay's auto amp
    dynamic gain, as such more smoother.
  • added dutch (nl) as locale
  • tidy up conf.ini
  • added .wbfe (winfbe) project file

audioplayer-sdlmixer-v1.4.32bit

28 Oct 11:59
211bdf1
Compare
Choose a tag to compare

update v1.4 28/10/2023

  • fixed log creation (missing message)
  • fixed appname made truncation .exe optional
  • fixed checkpath did not set correct path after
    function exit when path is correct
  • fixed list when initiating with a specific track or song
  • reduced probability of same track playing in shuffle mode
  • display current track / song number
  • misc fixes to getmp3cover

audioplayer-sdlmixer-v1.3.32bit

28 Jun 13:06
81064ea
Compare
Choose a tag to compare

update v1.3 27/06/2023

  • reworked localization, broader ui scope, utf support and more scalable
  • update sdl2 from 2.0.22.0 to 2.26.5.0
  • implemented utilfile.bas generics for several apps

audioplayer-sdlmixer-v1.2.32bit

26 May 11:43
73cf5b7
Compare
Choose a tag to compare

update v1.2 15/05/2023

  • added drc, dynamic range compression can be set via conf.ini
    | placebo for now on sdl, sdl does not have a mechanism to
    | measure signal level of audio as bass does.
  • added toggle drc via key 'd' drc on or off (placeholder for now)
  • added toggle listplay via key 'l' shuffle or linear
  • added os mixer fader volume control (windows 7 and 10)
    | route: sourcevolume > drcvolume (on / off) > currentvolume( is os mixer volume)
    | source is set via config, drc amps Db currentvolume is final volume output
  • improved command line handling catches incorrect files and paths
  • tweaked utilfile.bas more in line with other apps
  • tweaked shuffleplay scanning from root dir is not supported
  • tieded up code in most files
  • use init sdl with SDL_Init(SDL_INIT_AUDIO) instead of SDL_Init(SDL_INIT_VIDEO)
    | SDL_Init(SDL_INIT_AUDIO) does not block os powerplan to blank display
    | note: when using SDL_INIT_AUDIO use SDL_SetHint(SDL_HINT_VIDEO_ALLOW_SCREENSAVER, "1")
    | respond to power plan settings blank display on windows
    | note: set before sdl init (video) otherwise it will not work!
  • fixed .pls

audioplayer-sdlmixer-v1.1.32bit

21 Mar 11:52
d15e023
Compare
Choose a tag to compare

update v1.1 20/03/2023

  • better thumbnail detection in jpeg
    pattern ffd8 ffd8 ffd9 ffd9 next to
    pattern ffd8 ffd9 ffd8 ffd9
  • better png check using exif as check
  • removed p play option not really needed
  • misc bugfixes stability and error handling

audioplayer-sdlmixer-v1.0.32bit

03 Mar 15:39
6d38909
Compare
Choose a tag to compare

public release audioplayer-sdlmixer-v1.0.32bit