• 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

Regarding JMF and Java Sound API

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
can anyone, please tell me the difference between java sound API and JMF the main differences between them and their capabilities and most important which will help me more ragarding a small music player project.
Also provide me with some resources(other than SUN standard codes since i can get them) regarding the API which helps me for my project.

It's a bit urgent .So provide them at the earliest.

thanks in advance
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Unless you're doing this for the challenge of it, why not start with an open source Java MP3 player that already exists?

This article may also be helpful.
 
Ravi Theja
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
actually my idea is a music player through which we can share music files over LAN and even stream music. That's whole idea of my project
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In that case, JavaRadioStation might be of interest. It originates from Apple, but should be cross-platform,
 
Ravi Theja
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dittmer ,First of all thanks . I think by now I have given you an idea about my project.So, Can you please suggest me which one will suite better for my project i.e a basic music player which allows music files sharing and streaming over LAN, whether I should go with Java Sound API or JMF API.
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've never tried to stream audio, so I can't say which API would be more appropriate. Look at the source of JavaRadioStation to see what it does.
 
Ravi Theja
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
OK.If there's no streaming ,What would you prefer.
 
reply
    Bookmark Topic Watch Topic
  • New Topic