Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)