- Forward


Auditory Content in J2ME
An Introduction


Prof. David Bernstein
James Madison University

Computer Science Department
bernstdh@jmu.edu

Print

Differences from J2SE
Back SMYC Forward
  • General:
    • Some classes for handling auditory content are included in MIDP 2.0
    • More advanced functionality is provided by the optional Mobile Media API (JSR 135)
  • Sampled Content:
    • Presented using a Player
  • Described Content:
    • Presented using a Player
    • Manipulated using a MIDIControl and/or a TempoControl
Presenting Sampled Auditory Content
Back SMYC Forward

An Example

j2meexamples/src/auditory/AudioPlayer.java
 
There's Always More to Learn
Back -