Readme: add nightly testing
Signed-off-by: Vasiliy Doylov <nekocwd@mainlining.org>
This commit is contained in:
parent
5ef8560f04
commit
4a70268bd6
1 changed files with 19 additions and 5 deletions
24
README.md
24
README.md
|
@ -1,5 +1,5 @@
|
||||||
# Q6Meow
|
# Q6Meow
|
||||||
To start call audio routing on qualcomm devices you need to start playback and capture streams on the `VoiceMMode1` device.
|
To start call audio routing on qualcomm devices you need to start playback and capture streams on the `VoiceMMode1` device.
|
||||||
|
|
||||||
This program used to start streams on the `VoiceMMode1` device.
|
This program used to start streams on the `VoiceMMode1` device.
|
||||||
|
|
||||||
|
@ -7,11 +7,25 @@ In the future, it will be replaced by a codec-to-codec connection in the kernel,
|
||||||
|
|
||||||
## Difference from [q6voiced](https://gitlab.postmarketos.org/postmarketOS/q6voiced):
|
## Difference from [q6voiced](https://gitlab.postmarketos.org/postmarketOS/q6voiced):
|
||||||
* Uses the Alsa library instead of TinyAlsa
|
* Uses the Alsa library instead of TinyAlsa
|
||||||
* React to ALSA events instead of ModemManager events
|
* React to ALSA events instead of ModemManager events
|
||||||
* Written in [Vala](https://vala.dev/)
|
* Written in [Vala](https://vala.dev/)
|
||||||
|
|
||||||
## How it works:
|
## How it works:
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
|
## PostmarketOS nightly testing:
|
||||||
|
1) [Add my nightly repo](https://git.nekocwd.duckdns.org/Administration/Documentation/src/branch/master/install-nightly-repo.md)
|
||||||
|
2) Install package
|
||||||
|
```
|
||||||
|
sudo apk add q6meowd@nightly
|
||||||
|
```
|
||||||
|
3) Enable demon autostart
|
||||||
|
```
|
||||||
|
sudo rc-update add q6meowd
|
||||||
|
```
|
||||||
|
4) Reboot
|
||||||
|
|
||||||
|
|
||||||
## Usage:
|
## Usage:
|
||||||
|
|
||||||
|
@ -32,9 +46,9 @@ In the future, it will be replaced by a codec-to-codec connection in the kernel,
|
||||||
3. Compile and install
|
3. Compile and install
|
||||||
```
|
```
|
||||||
meson install -C build
|
meson install -C build
|
||||||
```
|
```
|
||||||
|
|
||||||
## Removing:
|
## Removing:
|
||||||
```
|
```
|
||||||
ninja uninstall -C build
|
ninja uninstall -C build
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue