Most voted "bass" questions
BASS is an audio library developed for various software platforms. It aims to provide the developer with powerful sampling functions, streaming (MP3, MP2, MP1, OGG, WAV, AIFF, custom, and more via codecs and add-ons), execution and recording. All in one compact DLL that won’t weigh on your distribution.
Learn more…2 questions
Sort by count of
-
5
votes1
answer469
viewsAm I loading this Song correctly with Bass.dll?
Based on documentation from Bass, i am trying to upload a common ogg file, with the following code: var FFile : string; Music: HSAMPLE; ch: HCHANNEL; OpenDialog1 : TOpenDialog; begin…
-
0
votes1
answer246
viewsHow to use Bass_fx.dll attributes?
Next. I was using bass.dll without any problem. But when I try to use the attributes of bass_fx.dll, the bass does not recognize. I performed the installation of the two dlls as follows. 1- I copied…