Readme: add nightly testing
All checks were successful
PostmarketOS Build / Build for aarch64 (push) Successful in 39s
PostmarketOS Build / Build for x86_64 (push) Successful in 9s

Signed-off-by: Vasiliy Doylov <nekocwd@mainlining.org>
This commit is contained in:
Vasiliy Doylov 2025-06-11 00:47:11 +03:00
parent 5ef8560f04
commit 4a70268bd6
Signed by: NekoCWD
GPG key ID: B7BE22D44474A582

View file

@ -1,5 +1,5 @@
# 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.
@ -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):
* 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/)
## How it works:
![Diagram](q6meow.svg)
![Diagram](q6meow.svg)
## 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:
@ -32,9 +46,9 @@ In the future, it will be replaced by a codec-to-codec connection in the kernel,
3. Compile and install
```
meson install -C build
```
```
## Removing:
```
ninja uninstall -C build
```
```