Re: [Gambas-user] mp3 do not play

2012-08-09 Thread gonzalo1163
> > Here, no mp3 file at all is played. > The bitrate of all my files is 44100. > The error "Module format not recognized" is raised already at >Music.Load("file.mp3") > > >> 2012/3/7 M. Cs. gmail.com> > >> > >>> The problem is in the SDL.sound library. I don't know whether this can > >>> be

Re: [Gambas-user] mp3 do not play

2012-03-07 Thread Matti
Here, no mp3 file at all is played. The bitrate of all my files is 44100. The error "Module format not recognized" is raised already at Music.Load("file.mp3") >> 2012/3/7 M. Cs. >> >>> The problem is in the SDL.sound library. I don't know whether this can >>> be solved in Gambas only. I have s

Re: [Gambas-user] mp3 do not play

2012-03-07 Thread Johny Provoost
Op 07-03-12 13:01, Emil Lenngren schreef: > I had a problem with a mp3 in gambas that played too fast, so the voices > sound crazy... > > 2012/3/7 M. Cs. > >> The problem is in the SDL.sound library. I don't know whether this can >> be solved in Gambas only. I have same issues, but not with all fi

Re: [Gambas-user] mp3 do not play

2012-03-07 Thread Emil Lenngren
I had a problem with a mp3 in gambas that played too fast, so the voices sound crazy... 2012/3/7 M. Cs. > The problem is in the SDL.sound library. I don't know whether this can > be solved in Gambas only. I have same issues, but not with all files. > In order to help Benoit, try to check the MP3

Re: [Gambas-user] mp3 do not play

2012-03-07 Thread M. Cs.
The problem is in the SDL.sound library. I don't know whether this can be solved in Gambas only. I have same issues, but not with all files. In order to help Benoit, try to check the MP3 file's tags: bitrate, etc. It may help discover the real problem. 2012/3/7, Алексей Беспалов : > Hi! > > I try

[Gambas-user] mp3 do not play

2012-03-06 Thread Алексей Беспалов
Hi! I try Music.Load("file.mp3") Music.Play() and i get error "Module format not recognized". OGG ply successfully. What is problem with MP3? I should have installed something? -- С уважением Алексей. --