Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andreock/hardware_dolby
Moto dolby for AOSP
https://github.com/andreock/hardware_dolby
Last synced: about 2 months ago
JSON representation
Moto dolby for AOSP
- Host: GitHub
- URL: https://github.com/andreock/hardware_dolby
- Owner: andreock
- Created: 2023-10-24T18:16:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-31T19:03:57.000Z (about 1 year ago)
- Last Synced: 2023-10-31T20:23:21.811Z (about 1 year ago)
- Language: Makefile
- Size: 12.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Moto dolby
Getting Started
---------------
Make sure you are not using any audio effect configuration in your device trees. Also for dolby media codecs to work add this line in your media codecs config (should be in vendor partition) :-```bash
```
To build, inherit the dolby config by adding this in your device's makefile :-
```bash
$(call inherit-product, hardware/dolby/dolby.mk)
```### Credits
[FlamingoOS-Devices/hardware_dolby](https://github.com/FlamingoOS-Devices/hardware_dolby/tree/A13)