-
Notifications
You must be signed in to change notification settings - Fork 572
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
don't use FLOAT on Vivo devices before M #201
Comments
After the flowgraph code is in we can convert float=>int16 on those devices. |
We need a check in the stream open method: If device == Vivo && android version <= M && requested format is float then: Longer term we can do float->int16 conversion using flowgraph |
Fix as part of #493 |
Can this be marked Closed? (see Jun 11 above) |
We can do float to int16 conversion now. But we need to recognize vivo devices. If anyone has a Vivo device running Lollipop, please enter:
and then attach the vivoprops.txt file to this bug. Thanks. |
We can use either ro.product.brand=vivo or ro.product.manufacturer=vivo |
It was not properly supported. Use PCM16 or reject.
Try __system_property_get("ro.product.manufacturer", buf);
See https://www.google.com/url?q=https://crbug.com/737188
The text was updated successfully, but these errors were encountered: