Skip to content

Delphi's FMX and VCL header/wrapper units for BASS audio library plus add-ons

Notifications You must be signed in to change notification settings

TDDung/Delphi-BASS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Delphi-BASS

Delphi's FMX and VCL header/wrapper units for BASS audio library plus add-ons

Hi,

Based on published free header/wrapper units of BASS audio library plus add-ons on www.un4seen.com, I have improved, modified and added more codes to ensure they work with all platforms that Delphi's FireMonkey and VCL frameworks support. I also collected, intensively tested and structured the libraries into a package for Delphi programmers to use with a very detailed guide accompanied. Finally I also included a simple but sufficiently complete demo project.

I have seen so many questions on BASS forums as well as other forums regarding audio for Delphi so I just thought I could share my work. That's all my intention.

Sample screenshots of included demo group project BassVersions

Visual Component Library (VCL) framework

Windows Intel32 Intel64
VCL-Windows VCL-Windows32 VCL-Windows64

FireMonkey (FMX) framework

Windows Intel32 Intel64
FMX-Windows FMX-Windows32 FMX-Windows64
MacOS Intel64
FMX-MacOS FMX-MacOS64
Linux Intel64
FMX-Linux FMX-Linux64
Android ARM32 ARM64
FMX-Android FMX-Android32 FMX-Android64
iOS ARM64
FMX-iOS FMX-iOS64

Brief description about BASS audio library

(See more in www.un4seen.com)

BASS is an audio library for use in software on several platforms. Its purpose is to provide developers with powerful and efficient sample, stream (MP3, MP2, MP1, OGG, WAV, AIFF, custom generated, and more via OS codecs and add-ons), MOD music (XM, IT, S3M, MOD, MTM, UMX), MO3 music (MP3/OGG compressed MODs), and recording functions. All in a compact DLL that won't bloat your distribution. BASS is also available for the Android, iOS, UWP, WinCE, and ARM Linux platforms.

Note: All the binaries of BASS audio library plus add-ons (*.dll, *.so, *.a and *.dylib) can be downloaded directly from www.un4seen.com instead. There are just many of them, though, so just make sure you choose the correct ones to replace what's in my package and of course test, test and test :-)

About

Delphi's FMX and VCL header/wrapper units for BASS audio library plus add-ons

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages