Hi,
I have 2 questions regarding to Java3D Sound API.
-
I am trying to implement a ship horn sound. All I want to do is to play the sound while a button is pressed and stop when button is released. But the problem is I want the sound to loop in the specified intervals.
For example my sound is 1000 msec and I want the loop interval to be 300 and 700 msec portions of the sound sample. As far as I see, there is no capability in the Sound class or its parents for this capability, however in the source code of JSSample class there are variables for attack and release to define the loop parameters (They are not modifiable) How can I set the loop parameters. -
Can Java3D Sound API and JavaSound can work together in the same application.
Bye.