-
Notifications
You must be signed in to change notification settings - Fork 573
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 IEC61937 for API 34 #1758
Add IEC61937 for API 34 #1758
Conversation
apps/OboeTester/app/src/main/java/com/mobileer/oboetester/StreamConfiguration.java
Outdated
Show resolved
Hide resolved
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.
The PR looks good to me. Thanks for making the change!
Can this be tested? |
You can test opening the stream with OboeTester. By looking at the device report, if encoding 13 is supported, then this should open for API 34+. |
You can test using OboeTester by selecting IEC61937 |
Good test! This works for SampleRate=32000 but fails for SampleRate=96000 on the TV I tested as 32000 is supported on the TV but not 96000. |
Fixes #1757