blob: 5f8b0fbde21ce7570aac7825c8a47971db9c90ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
------------------------------------------------------------------------
Audio Hardware Abstraction Layer common utilities
------------------------------------------------------------------------
HAL-utilities provide generic call to implement a new audio abstraction layer inside AGL 4a.
## Cloning Audio-Binding from Git
```
## Initial clone with submodules
git clone --recurse-submodules https://github.com/fulup-bzh/hal-utilities-4a
cd hal-utilities-4a
```
## Usage
HAL-utilities are designed to be included as a submodule into each HAL
```
git submodule add git@github.com:fulup-bzh/hal-utilities-4a
```
## Samples
Check for hal-samples-4a repository
|