-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not using available audio file url after first url missing. #37
Comments
What do you think what it is not working with this example. Tested and AudioClip MYSOUND1 with url "chimes.wav" works and AudioClip MYSOUND3 with url "nonexistent.wav" does not work, because it cannot work, because the file does not exits. |
the description of the test says;
so it SAYS the second button should sound, but it doesn't, however looking at the code it actually shouldn't, the test is broken! as a guess there was once a MYSOUND2, now missing, that was the actual test! looks like i'm going to have to assume all these tests are unreliable, see previously: #30 (comment) i added a findable sound url after the non-findable one, and that works, in Titania. (however there is some issue, i was investigating, with loading a sound file, when i checked the conformance test and found it didn't work, i thought this must have something to do with it, i'll go back and check some more.) |
see;
http://www.web3d.org/x3d/content/examples/ConformanceNist/Sounds/AudioClip/multi_url.x3d
from/in;
http://www.web3d.org/x3d/content/ConformanceNist/Sounds/AudioClip/multi_urlIndex.html
The text was updated successfully, but these errors were encountered: