Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
  • 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

Can someone answer this?

 
Ranch Hand
Posts: 148
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I posted earlier that i want to develop a audio streaming application for Palm device when i didn't have complete information of which device client will be using. Now i have bit more info. that client wants to run audio streaming application on mobile phones. Can you please advise me how to develop this using J2ME APIs, which ones? and which cell phone to use to run this? I am relatively new to J2ME world. Any help, sample application or any other information will be much appreciated.

Thanks,

[Edited the title]
[ February 09, 2005: Message edited by: Michael Yuan ]
 
Ranch Hand
Posts: 346
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It is going to depend upon what audio stremaing apis are available for MIDP on Palm.. ie check helix for real netowkrs and etc..

I believe does have a heliix streaming audio api fro MIDP..I saw it mentioned somewhere..

The audio playing apis are there what you specifically are lookign for is the codecs..

and unlike j2se j2me midp does not have full implementation of JMF where you can find most of the codcs..
 
reply
    Bookmark Topic Watch Topic
  • New Topic