• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Java Sound API

 
Ranch Hand
Posts: 103
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I tried to find a lot what particular type of file format is supported by Java sound API and only get .wav and .aiff are there any other format supported.For Mp3 I came to know there is Java Media Framework but I only found a seven page doc for it which is not enough.What I want to do is to write a player that will play both .wav and mp3.Wavs are supported by Java sound API but mp3s are not.
Is there any other API for this ?

Thanks,
Arka
 
Bartender
Posts: 7645
178
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I only found a seven page doc for it which is not enough


Why not? What are you looking that is not described in whatever document you found? You will need both JMF and the MP3 plugin for JMF; bot are somewhere on Oracle's web site.
 
reply
    Bookmark Topic Watch Topic
  • New Topic