Re: [Gambas-user] sdl.sound and total length of a track

2010-01-04 Thread Rolf Schmidt
Hi Alessandro, Dimitris Anogiatis wrote: to get the length of an MP3 file (since gb.sdl.sound works primarily with mp3s) I would personally write an ID3Tag module to get the mp3's length and then load it through gb.sound.sdl afterward. or if you want you could also explore the option of

Re: [Gambas-user] sdl.sound and total length of a track

2010-01-04 Thread Alessandro Rinaldi
In fact, I currently use mplayer, but I just wanted to know if there was a better solution :) Well, thank you everybody, anyway :) -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of

Re: [Gambas-user] sdl.sound and total length of a track

2010-01-03 Thread Benoît Minisini
I think the topic explains everything.. With player functions I can only get the current position but not the total length... Any way to do it? Thanks! Alessandro Alas the SDL library does not provide a way to get the length of the music track. -- Benoît Minisini

Re: [Gambas-user] sdl.sound and total length of a track

2010-01-03 Thread Alessandro Rinaldi
Argh! It is in plan for GB3? -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app

Re: [Gambas-user] sdl.sound and total length of a track

2010-01-03 Thread Dr.Diesel
Alessandro Rinaldi wrote: Argh! It is in plan for GB3? The developers of gambas do not write/maintain SDL. You will have to ask the SDL developers. -- View this message in context: http://old.nabble.com/sdl.sound-and-total-length-of-a-track-tp26998283p27007145.html Sent from the

Re: [Gambas-user] sdl.sound and total length of a track

2010-01-03 Thread Benoît Minisini
Argh! It is in plan for GB3? Sorry, there is no solution at the moment. It seems the SDL library is not developed anymore... The gambas sound component should be redone based on another library, architecture... -- Benoît Minisini

Re: [Gambas-user] sdl.sound and total length of a track

2010-01-03 Thread Alessandro Rinaldi
Ok, sorry. -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and

Re: [Gambas-user] sdl.sound and total length of a track

2010-01-03 Thread Dimitris Anogiatis
Alessandro, to get the length of an MP3 file (since gb.sdl.sound works primarily with mp3s) I would personally write an ID3Tag module to get the mp3's length and then load it through gb.sound.sdl afterward. or if you want you could also explore the option of using an external player for your

[Gambas-user] sdl.sound and total length of a track

2010-01-02 Thread Alessandro Rinaldi
I think the topic explains everything.. With player functions I can only get the current position but not the total length... Any way to do it? Thanks! Alessandro -- This SF.Net email is sponsored by the Verizon Developer