Bass

Audio editors, music players, video players, burning software, etc.
Post Reply
Message
Author
robwoj44
Posts: 399
Joined: Fri 08 Aug 2008, 18:15
Location: Warsaw

Bass

#1 Post 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.
Attachments
bassplay_gtk-0.1.5-i486.pet
bassplay-gtk Bass library based player
(28.03 KiB) Downloaded 239 times
Last edited by robwoj44 on Tue 10 Dec 2013, 19:34, edited 2 times in total.

User avatar
Flash
Official Dog Handler
Posts: 13071
Joined: Wed 04 May 2005, 16:04
Location: Arizona USA

#2 Post 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?

User avatar
RSH
Posts: 2397
Joined: Mon 05 Sep 2011, 14:21
Location: Germany

#3 Post 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).
[b][url=http://lazy-puppy.weebly.com]LazY Puppy[/url][/b]
[b][url=http://rshs-dna.weebly.com]RSH's DNA[/url][/b]
[url=http://murga-linux.com/puppy/viewtopic.php?t=91422][b]SARA B.[/b][/url]

robwoj44
Posts: 399
Joined: Fri 08 Aug 2008, 18:15
Location: Warsaw

#4 Post 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.

Post Reply