Skip to content

TDDung/DelphiFMX-BASS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DelphiFMX-BASS

Delphi's FMX header/wrapper unit for BASS audio library (No add-on).

Hi,

Based on a published free header/wrapper unit of BASS audio library on www.un4seen.com, I improved, modified and added more codes to it to ensure it works with all platforms that Delphi's FireMonkey framework supports. 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 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.

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 (libbass.dll, libbass.so, libbass.a and libbass.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 header/wrapper unit for BASS audio library (No add-on).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages