0

Possible Duplicate:
Any good recommendations for MP3/Sound libraries for java?

Is there a nice to handle java lib for playing mp3 files? We need also some kind of feature to control pitch and playback speed. we have found JLayer but it does not have these features...

Community
  • 1
  • 1
reox
  • 4,492
  • 8
  • 48
  • 86
  • 2
    The duplicate question does not ask about pitch or playback speed. While playing an MP3 might be a duplicate, the rest of the question is not. – Andrew Thompson Sep 02 '11 at 15:27

1 Answers1

2

If you are using Java ME, the MMAPI provides interfaces for PitchControl and RateControl, controlling the playback pitch and playback rate respectively.

Brandon E Taylor
  • 23,667
  • 6
  • 43
  • 68