Skip to content
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

Add audio zones support and refactor to audio-params #36

Merged
merged 2 commits into from
Jul 20, 2021
Merged

Conversation

keianhzo
Copy link
Contributor

@keianhzo keianhzo commented Jul 10, 2021

This PR adds support for the audio zone component in Blender.

It also refactors the audio parameters from audio, video and audio-target components to use the audio-params component.

Related Hubs-Foundation/hubs#4399
Related: Hubs-Foundation/Spoke#1156

@keianhzo keianhzo self-assigned this Jul 10, 2021
@keianhzo keianhzo requested a review from netpro2k July 10, 2021 09:58
Copy link
Contributor

@netpro2k netpro2k left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This mostly lgtm. Made a minor note, but mostly am wondering what should be our policy on migration of breaking changes like this.

components.py Show resolved Hide resolved
@@ -310,62 +310,9 @@
"type": "bool",
"description": "Loop",
"default": true
},
"audioType": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Slightly concerned people will lose their settings for these when upgrading to this version of the addon.. but not sure its worth writing special code to migrate this.. hmm

default-config.json Show resolved Hide resolved
@keianhzo keianhzo requested a review from netpro2k July 19, 2021 12:26
@keianhzo keianhzo merged commit bb28096 into master Jul 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants