-
Notifications
You must be signed in to change notification settings - Fork 3
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 AudioInterface #449
Add AudioInterface #449
Conversation
for more information, see https://pre-commit.ci
Is there a reason to suddenly start exposing the metadata for |
No I just didn't make much of it because it didn't fail on the test data. I blocked this on the VideoInterface, I think, so can bring those changes out to a separate PR? |
I would suppress the metadata for now Despite how simple it looks there's actually things I'd want to change about it, plus it magnifies the complexity of things to test in this PR |
Looks good 👍 |
This PR adds the AudioInterface to the GUIDE, which passes on the test data.