0

I'm porting a JVM to my linux arm set-top box. I've already built the phoneME Advance successfully for it and can run a midlet game well. But it couldn't play sound, so I think maybe JSR135 is needed.

  1. Does anyone have the experience on how to implement and port the JSR135 to a phoneME ?

  2. Is it possible to play sound without the JSR135 ?

gnat
  • 6,213
  • 108
  • 53
  • 73
alex
  • 21
  • 1
  • 4

1 Answers1

0

Is it possible to play sound without the JSR135 ?

It is possible eg with MIDP media package that includes subset of JSR 135 (also known as ABB, Audio Building Block) - if the playback features stay within bounds of specified subset.

gnat
  • 6,213
  • 108
  • 53
  • 73