• 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 files in applets

 
Ranch Hand
Posts: 56
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I just want to know if anybody knows if you can load and play an mp3 file format in java applets and if one can how?
do you load it like one would a nomal audio file or is there some other things you have to do?
 
Ranch Hand
Posts: 92
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi hennie
take a lok at the Hava media Framework with which you can work with mp3 and a lot of other formats of sound, animation and video etc.
Amit
 
hennie louw
Ranch Hand
Posts: 56
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks for the info, if i can just ask for a like to where is can get hava
thanks

Originally posted by Amit Agarwal:
hi hennie
take a lok at the Hava media Framework with which you can work with mp3 and a lot of other formats of sound, animation and video etc.
Amit


 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
MP3s are a bit much to play from a web page so my company has created a Compressor that batch processes MP3s, .wavs and other sound formats into a playerless streaming format.
http://www.clipstream.com
It's playable through a small applet and compressed files in .44 and .22 qualities.
------------------
Visit Clipstream.com for playerless streaming audio and video using Java
 
Ranch Hand
Posts: 641
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
check the jmf package for that ..... check it on www.sun.java.com
 
reply
    Bookmark Topic Watch Topic
  • New Topic