Re: [JAVA3D] sounds in java3d

2005-04-27 Thread Thierry Milard
Selon Laurent Gilson <[EMAIL PROTECTED]>: > Hello > > > I'd like to incorporate sounds in an existing Java 3D v1.3.1 program. > > Should I move in 1.3.2 or 1.4 ? > > IMHO: use the normal standart java 1.5.0 sound-system. Don't use java3d's > sound system. > > > - If I use 1.3.2, is the sound part

Re: [JAVA3D] sounds in java3d

2005-04-27 Thread Laurent Gilson
Hello > I'd like to incorporate sounds in an existing Java 3D v1.3.1 program. > Should I move in 1.3.2 or 1.4 ? IMHO: use the normal standart java 1.5.0 sound-system. Don't use java3d's sound system. > - If I use 1.3.2, is the sound part of the API working fine no. > - If I use 1.3.2, will my

[JAVA3D] sounds in java3d

2005-04-27 Thread BERNUS Guillaume
I'd like to incorporate sounds in an existing Java 3D v1.3.1 program. Should I move in 1.3.2 or 1.4 ? - If I use 1.3.2, is the sound part of the API working fine (I already with 1.3.0 whitout success) ? - If I use 1.3.2, will my code be compatible with the next version of the API (1.4) ? - If I use