• 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

Sound recording

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all.
Happy to come back to the best place for java. I haven't use Java for a little while. If any body have any idea where I could find a solid open source code for an Applet to capture and upload sound file.
Cheers
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I am looking for the same topic, I have found some code on internet but I cannot make it work.
Is there anyone kind enough to give me some direction or better, a working example? I promise I'll send a good italian bottle of wine!

[UD: removed email address and added code tags]

================ The applet code ===============


================ The html code ===============

<applet
code="RecApplet.class"
width=300
height=350
name="RecApplet" >

</applet>
[ March 17, 2006: Message edited by: Ulf Dittmer ]
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You gave us all this code but you failed to say what is wrong with it.
Working with JMS is non-trivial. Have you tried to make a simple application that records sound a local file? A small app that uploads a file to a server? Try to make your problems smaller and simpler and they will be easier to solve.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i have java code for record sound now i need to compare new speech from mike with recorded sound
can any one help me about this code
 
The two armies met. But instead of battle, they decided to eat some pie and contemplate 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