Update README.md

This commit is contained in:
DJ2LS 2020-12-26 10:51:49 +01:00 committed by GitHub
parent e709e15a13
commit 6d4d5bd39d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,7 @@ Send a simple broadcast
```
BC:<DATA>
```
Send an ARQ like frame which will ack the receiver for acknowledgement
Send an ARQ like frame which will ask the receiver for acknowledgement
```
ACK:<DATA>
```
@ -49,7 +49,8 @@ ACK:<DATA>
## Other stuff
### Create audio sinkhole
### Audio sinkhole
Send real audio without external devices or sound cards
```
sudo modprobe snd-aloop index=1,2 enable=1,1 pcm_substreams=1,1 id=CHAT1,CHAT2
```