Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Simple audio recorder and playback

807597Mar 14 2005
I'm a beginner in JAVA. I've just started learning JAVA a few days ago but I need to do an applet in a week time. I need an applet that can record users' voice and store the audio in a buffer (so it won't store anything in users' hard disk). Then users can listen back to their recorded speech. The applet doesn't need to have GUI but the main functions (i.e. Record, Stop & Play) can be accessed by JavaScript. The actual interface (with record, stop & play buttons) is done in Flash. So the buttons in Flash will call the necessary JavaScript to perform the functions. Both the applet and Flash file will be embedded in the same HTML file. I'm really confused as where to start and would appreciate it if someone can shed some light. Thanks a lot.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 11 2005
Added on Mar 14 2005
0 comments
193 views