Author Topic: mp3 player for JPCT?  (Read 5403 times)

Offline Klaudiusz

  • int
  • **
  • Posts: 75
    • View Profile
mp3 player for JPCT?
« on: May 10, 2007, 10:37:10 pm »
Hello!

I would like to play mp3 on the background while rendering.

Can You recomeded me some opensource routine?

Should be compatibile with java 1.1 as JPCT.

Maybe somebody have some experience in this case?

Thank You in advice

Klaudiusz

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: mp3 player for JPCT?
« Reply #1 on: May 10, 2007, 10:39:12 pm »
I tried one once, but i forgot the name. I don't think that it was 1.1 compatible but i remember that it wasn't possible to stop it from playing which killed it for me.

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: mp3 player for JPCT?
« Reply #2 on: May 10, 2007, 10:45:59 pm »

Offline ToddMcF2002

  • long
  • ***
  • Posts: 103
    • View Profile
Re: mp3 player for JPCT?
« Reply #3 on: May 11, 2007, 12:01:51 am »
That works for me as well

MP3SPI 1.9.4
 JavaZOOM 1999-2005


Offline raft

  • quad
  • ******
  • Posts: 1993
    • View Profile
    • http://www.aptalkarga.com
Re: mp3 player for JPCT?
« Reply #4 on: May 11, 2007, 10:27:22 am »
i use ogg vorbis instead of mp3 and pretty much happy of it. see http://www.jcraft.com/jorbis/ for a decoder and spi

r a f t

Offline cyberkilla

  • float
  • ****
  • Posts: 413
    • View Profile
    • http://futurerp.net
Re: mp3 player for JPCT?
« Reply #5 on: May 16, 2007, 04:54:51 am »
Ogg player?!

Thank you:)
http://futurerp.net - Text Based MMORPG
http://beta.rpwar.com - 3D Isometric MMORPG

Offline Klaudiusz

  • int
  • **
  • Posts: 75
    • View Profile
Re: mp3 player for JPCT?
« Reply #6 on: May 16, 2007, 01:49:05 pm »
Than You very much for the support.