can you point me to an example. To see how well it would work?
~
I know the java.sound API has been around for quite a long time, but
I have never seen anything implemented
~
lbrtchx
Liz - 30 Mar 2007 19:09 GMT
>can you point me to an example. To see how well it would work?
>~
> I know the java.sound API has been around for quite a long time, but
>I have never seen anything implemented
>~
>lbrtchx
Not an applet, but an application listed at the end of this article by
Richard Baldwin:
http://www.developer.com/java/other/article.php/1565671
larkmore@aol.com - 30 Mar 2007 22:44 GMT
I just started learning the sound API myself and have had good luck
using the example code from Sun.
http://java.sun.com/products/java-media/sound/samples/JavaSoundDemo/
By no means an expert yet, but picking stuff up here and there if you
have any questions.
-Will
Andrew Thompson - 31 Mar 2007 04:53 GMT
On Mar 31, 3:35 am, lbrt...@hotmail.com wrote:
> can you point me to an example. To see how well it would work?
This application is launched by web start
<http://www.physci.org/sound/audiotrace.html>
(and therefore needs to be signed and
accepted by the end user).
It also makes no attempt to record the sound
signal (it merely traces the signal on-screen),
but it does demonstrate one of the hurdles
that need to be overcome in the process.
<http://www.physci.org/sound/audiotrace.html#flatline>
HTH
Andrew T.