• 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

Help Me to record voice in sony ericsson

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

I am trying to record my voice on sony ericsson emulator.But when I create a player for recording it is giving an error that it cant create player.

I am using the syntex as

Player pp = Manager.createPlayer("capture://audio");
the exception is fired and is as

javax.microedition.media.MediaException: Player cannot be created for capture://audio


and when I am using the code as

Player pp = Manager.createPlayer("capture://audio?encoding=pcm&rate=8000&bits=16&channels=1");

Then it is firing exception as

javax.microedition.media.MediaException: Player cannot be created for capture://audio?encoding=pcm&rate=8000&bits=16&channels=1

I have tried this code in K700i,W900 etc.

Please help me to record the voice in emultor of sony ericsson phone
[ May 24, 2006: Message edited by: Vishal Jaiswal ]
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Vishal

Even I m trying the same ... I found same problem here too ..
If you found any solution please inform me..

Thank you and all

Theja
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic