-
Notifications
You must be signed in to change notification settings - Fork 10
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
Adjusts to KHR_audio PR recommendations to split audio out #88
Conversation
in the PR Audio was structured as
Are those objects supposed to be split out? In the readme I mocked it like
Once this is clear, I can update the PR and get the sample asset matching. |
You can use the glTF.image schema as a reference for |
Also one more change we probably want to make is to change |
@@ -11,6 +11,30 @@ | |||
"type": "object", | |||
"$ref": "source.schema.json" | |||
}, | |||
"playing": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also I think we wanted to change playing
back to autoPlay
Awesome work and I can see myself using this in my project! Some questions:
Suggested future improvements:
|
@robertlong Since you are an implementer of KHR_audio. We discussed we can choose different horizons of updates. There were opinions of a few days versus stabilization. Wanted to poll. @antpb requested review the structure of the KHR_audio specification. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We didn't want to break existing implementations because of the audio clips structure, but we didn't note any other changes.
Want to try a new strategy where we gather opinion via approvals and request changes to disconnect the approval process from merging.
Since this was discussed in the gltf meeting and there was consensus that it was approved. I wanted to leave the window open and then merge on Friday noon tomorrow PDT time.
three omi to be updated after this is merged |
This PR adjusts the schema structure to account for feedback provided in KHR_Audio proposal:
KhronosGroup/glTF#2137 (comment)