Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: IMP - Irrlicht Media Player [Moving to SFML]  (Read 3539 times)

0 Members and 1 Guest are viewing this topic.

jorgerosa

  • Newbie
  • *
  • Posts: 4
    • View Profile
    • http://sites.google.com/site/jorgerosaportfolio/
    • Email
IMP - Irrlicht Media Player [Moving to SFML]
« on: March 26, 2011, 03:11:52 am »
IMP - Irrlicht Media Player [Moving to SFML]
Hello all, i´m working on this project, here:
http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=39695
I´m using Audiere lib on it for the audio. But now ive found SFML...
I´m very impressed with your awesome work and the SFML features. So after digg a little, i resolved that, i´ll replace Audiere with the SFML there. The only issue is that Audiere is VERY easy to install, and SFML seems to be a bit more complicated (has to. Has a lot MORE features!), so a little help would be welcome. Im using Code::Blocks, and i have low c++ skills. Thanks! :)

Just another question... SFML cant handle MP3, right?... or I´m missing something?...
PORTFOLIO: http://sites.google.com/site/jorgerosaportfolio
(Sorry my bad english)

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
IMP - Irrlicht Media Player [Moving to SFML]
« Reply #1 on: March 26, 2011, 08:54:47 am »
SFML is as simple to install as any other library, there's really nothing complicated.
http://www.sfml-dev.org/tutorials/1.6/start-cb.php

Quote
ust another question... SFML cant handle MP3, right?... or I´m missing something?...

That's right, MP3 is not free to decode so SFML doesn't support it.
Laurent Gomila - SFML developer

jorgerosa

  • Newbie
  • *
  • Posts: 4
    • View Profile
    • http://sites.google.com/site/jorgerosaportfolio/
    • Email
IMP - Irrlicht Media Player [Moving to SFML]
« Reply #2 on: March 26, 2011, 11:03:48 pm »
Just instaled it, took a long time, but just cause i´m a noob... But works so great !!! "MP3 is not free to decode" yep, i can see that now :(
Stupid licences, always with catches... Anyways im on the project, already uses SFML all runs great, except i dunno how to clear the buffer and load a new song on it. Im digging over it now. Laurent, thankyou for the fast response, and how about create a "Code Snippets" section and "Competitions" just for fun, with videos and screenshots, in the forums? ;)
PORTFOLIO: http://sites.google.com/site/jorgerosaportfolio
(Sorry my bad english)

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
IMP - Irrlicht Media Player [Moving to SFML]
« Reply #3 on: March 26, 2011, 11:12:56 pm »
Quote
i dunno how to clear the buffer and load a new song on it.

Don't hesitate to create a topic in the Audio forum if you need help ;)

Quote
how about create a "Code Snippets" section and "Competitions" just for fun, with videos and screenshots, in the forums?

That's a lot of work, I prefer to focus on releasing SFML 2, and I keep this kind of stuff for the future.
Laurent Gomila - SFML developer