BASS audio in Xojo

Hi all,

Before I go down a rabbit hole, I’m looking to get audio level information from a stream (Shoutcast etc). I do have the MBS plugins however the VLC bits don’t seem to expose that info. Looking at cross-platform. Win & OSX yes, , LInux would be nice but not a show stopper.

I’m thinking of the BASS library. Done some work in Delphi few years ago. Any Xojo users had good success with it? Searching back shows mixed results.

Any other thoughts appreciated.

Many thanks, Richard

ffmpeg library ? works for movies but also audio.

Does ffmpeg handle real-time streams.? I’ve used it for file based stuff.

https://forum.xojo.com/conversation/post/183448

axel, downloading the example project gives an error 404
do you have a backup ?

project http://home.comcast.net/~trochoid/bassRec.zip

[quote=249802:@Jean-Yves Pochez]axel, downloading the example project gives an error 404
do you have a backup ?
project http://home.comcast.net/~trochoid/bassRec.zip[/quote]

https://www.dropbox.com/s/8ulbw89ub4mfcjp/bassRec.zip?dl=1

Thanks everyone. The post that refers to the audio, thanks. I found that months ago but I guess my search words just didn’t hit the sweet spot this time! :frowning:

I’ll take a good look at this when I can. Much appreciated.