[Gambas-user] multiple mp3 play with gambas

Benoît Minisini gambas at ...1...
Thu Nov 29 13:15:03 CET 2012


Le 29/11/2012 13:02, Federico Allegretti a écrit :
> hello, after years developing in vb6/.net on windows platforms, i'm
> forcing to switch to the linux operating system.
>
> I discovered gambas like a very easy and painless very high level
> programming language, and in few minutes i installed the IDE/compiler
> and wrote down a simple mp3 player (using gb.sd.music)
>
> now i need to find a way to replace my radio automation software (i
> wrote in VB6) with something compatible with ubuntu systems, but i
> discovered i cannot use gb.sdl to playback multiple mp3 files at the
> same time (need to cross dissolve songs).
>
> There are plan to extend g.sdl features or there is an alternative?
> Other multimedia libraries (gstreamer)?
>
> Thanks a lot,
>
> Federico Allegretti
>

The gb.media component is the Gambas interface to gstreamer. It is not 
complete, but powerful enough to implement a media player (see the 
MediaPlayer example).

If you succeed in using it to play multiple sound files at the same 
time, just tell me. At the moment I only played one multimedia file at a 
time, and even don't know how to play several ones with gstreamer.

Regards,

-- 
Benoît Minisini




More information about the User mailing list