• 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
  • Ron McLeod
  • Tim Cooke
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • Junilu Lacar
  • Rob Spoor
  • Jeanne Boyarsky
Saloon Keepers:
  • Stephan van Hulst
  • Carey Brown
  • Tim Holloway
  • Piet Souris
Bartenders:

Is recording supported in blackberry emulator

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

I just want to ask that is emulator of blackberry supports the recording Through J2ME ?.
I am using the emulator of 7100G.
and to create a recorder using the following sentence.

Player pp = Manager.createPlayer("capture://audio");

OR

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

but it is giving an exception as

javax.microedition.media.MediaException: Unsupported type

Please somebody tell me whether the emulator support the recording or there is any other way to record the voice using blackberry emulator and JDE 4.1.

Thanks in Advance.
Vishal
 
If you like strawberry rhubarb pie, try blueberry rhubarb (bluebarb) pie. And try this tiny ad:
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
    Bookmark Topic Watch Topic
  • New Topic