• 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

application that records voice

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

I need an application that records voice from server and saves it on to the server. I got some applet related demos but I'm not supposed to use any applets.

Please help me as it is really urgent.

Thanks in advance

With Regards,

Amitesh K
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can't be done.

JSP is a server side technology.
What it normally produces is HTML and Javascript.
Neither of those two technologies are capable of recording audio.

If your requirements state that you have to do this without any plugins (applets, flash, shockwave, etc..) then your requirements are broken and will need to be re-visited.
 
Ben Souther
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by amitesh kumar:
...
Please help me as it is really urgent.
...



See this to find out why adding 'urgent' to your posts or subject line can actually show down or halt responses to your question altogether.
 
amitesh kumar
Ranch Hand
Posts: 50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Sorry but I had no idea about this thing. In future I'll keep this in mind.

About the problem. I was thinking that can't we use Java APIs in a web application to record voice? I thought that using Buttons we can provide an interface & call various API methods to record/ listen to voice.

Please tell me if my understanding is correct. This is a wild guess, I've thought of based on my experience in Struts based applications. Looking forward to your reply.

Thanks

~ Amitesh
 
There will be plenty of time to discuss your objections when and if you return. The cargo is this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic