Hi Mojtaba,

we, the multimedia proferssorship of the University of Augsburg (Germany), want to integrate a speech system, which generated sound files. in our application. With the sounds generated at runtime, streaming data would increase the performance..

I have found only one part that may indicate the possiblity of streaming sound:

Java3D API Doc - Sound class:

Release Flag

    When a sound is disabled, its playback would normally stop immediately no matter what part of the sound data was currently being played. By setting the Release Flag to true for nodes with non-streaming sound data, the sound is allowed to play from its current position in the sound data to the end of the data (without repeats), thus playing the release portion of the sound before stopping.

and I Doug Twilleager answered:

.. I believe you can only used
streaming media files for non-spacialized sounds (like background sounds)..


[EMAIL PROTECTED]">
1) Is this what Michael Nischt is in need of? If so, would anyone like
to collaborate with us to try and do this?
of course we could collaborate, but I have read the JMF programmers guide and Java3D's API doc without seeing any possiblity to play JMF audio streams in Java3D sounds nodes. there still could be the possiblity to extend Sound or PointSound, write a JMF filter plugin for spacial sound and out it into the new class, but such tasks may work or not and is consuming a lot of time..


gretings
-Michael Nischt
[EMAIL PROTECTED]">

    


Reply via email to