Skip to content

Commit

Permalink
update v1.2 15/05/2023
Browse files Browse the repository at this point in the history
- added drc, dynamic range compression can be set via conf.ini
- added toggle drc via key 'd' drc on or off
- 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 <n>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
- fixed .pls
  • Loading branch information
thrive4 authored May 26, 2023
1 parent 4411beb commit e360dfc
Show file tree
Hide file tree
Showing 10 changed files with 675 additions and 494 deletions.
Binary file modified app.ico
Binary file not shown.
8 changes: 4 additions & 4 deletions app.rc
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ FB_PROGRAM_ICON ICON "f:\dev\freebasic\projects\audioplayer-bass\app.ico"

// add version and file info in exe windows only
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1, 1, 0, 000
PRODUCTVERSION 1, 1, 0, 0
FILEVERSION 1, 2, 0, 000
PRODUCTVERSION 1, 2, 0, 0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x9L
Expand All @@ -29,13 +29,13 @@ BEGIN
VALUE "Comments", "needs bass un4seen libs"
VALUE "CompanyName", ""
VALUE "FileDescription", "audioplayer with u4seen bass"
VALUE "FileVersion", "1, 1, 0, 000"
VALUE "FileVersion", "1, 2, 0, 000"
VALUE "InternalName", ""
VALUE "LegalCopyright", ""
VALUE "OriginalFilename", "audioplayer"
VALUE "PrivateBuild", ""
VALUE "ProductName", "audioplayer"
VALUE "ProductVersion", "1, 1, 0, 0"
VALUE "ProductVersion", "1, 2, 0, 0"
END
END
BLOCK "VarFileInfo"
Expand Down
Loading

0 comments on commit e360dfc

Please sign in to comment.