Page 1 of 1

Bass

Posted: Fri 01 Nov 2013, 23:13
by robwoj44
http://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.
C/C++, Delphi, Visual Basic, and MASM APIs are provided, with several examples to get you started. .Net and other APIs are also available.

Posted: Sat 02 Nov 2013, 01:16
by Flash
Thanks. Could you perhaps compare and contrast Bass with mhWaveEdit? For instance, I've used mhWaveEdit to convert a cassette tape to mp3 so I could play it from my mp3 player. Could I do that with Bass? If so, does Bass have vu meters for recording?

Posted: Sun 03 Nov 2013, 21:15
by RSH
Hi.

Most of the below listed binaries, included in the PET, are missing a glade file:

3dtest
basstest
contest
custloop
dsptest
fxtest
livespec
multi
netradio
plugins
rectest
speakers
spectrum
synth
writewav

Error Message Example: libglade-WARNING **: could not find glade file '/root/mody/bassm/3dtest/3dtest.glade'

Also libbass.so seems not be found when stored in /usr/local/lib. Copying libbass.so to /usr/lib seems to work (it finds the lib then).

Posted: Mon 04 Nov 2013, 15:06
by robwoj44
Flash: Bass is not comparable with mhWaveEdit. It is completly different kind of the software. For example contest plays mod, mp3, ogg, wav files, netradio is the internet radio tuner, etc.
RSH: Thank you for the info. I repacked and added glade files. Now everything should work ok.