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.
C/C++, Delphi, Visual Basic, and MASM APIs are provided, with several examples to get you started. .Net and other APIs are also available.
BASS is also available for the Win64, WinCE, iOS, Android, and ARM Linux platforms.
Website: http://www.un4seen.com/
The attached file contains my translation of bass.h to PowerBASIC 10.
C/C++, Delphi, Visual Basic, and MASM APIs are provided, with several examples to get you started. .Net and other APIs are also available.
BASS is also available for the Win64, WinCE, iOS, Android, and ARM Linux platforms.
Website: http://www.un4seen.com/
The attached file contains my translation of bass.h to PowerBASIC 10.
Comment