• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

MP3 and jdk1.1

 
Ranch Hand
Posts: 62
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am about to make an applet for listening MP3s. Do you know if it's possible in jdk1.1 (as we know, most common browsers include this java version).
Thanks,
Alex
 
author
Posts: 621
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It's possible if you can find/write a custom java api for decoding mp3 (jdk1.1 only has support for 8000Hz .au audio files). I believe that Apple Quicktime supports mp3 and there is a Quicktime java api, so this might be a good place to start.
Sean
 
Ranch Hand
Posts: 388
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
you can use the JMF - JavaMediaFramework to do so. this is not included in the browser so user needs to get the files first.
JMF exists in a AllJava Version and in a Performancepack version with additional features (relying on native code). Performance Pack is available for Windows and Solaris?? and i think a Linux Version is on the way??
karl
reply
    Bookmark Topic Watch Topic
  • New Topic