Updated AMBE vocoder device notes (markdown)
parent
17584b0823
commit
577d420098
|
|
@ -36,4 +36,23 @@ finding right USB device path
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
working sample for AMBE3003 USB Board:
|
||||||
|
|
||||||
|
```
|
||||||
|
# unix domain socket server for local use
|
||||||
|
[server:unixdomainsockets]
|
||||||
|
socket=/tmp/codecserver.sock
|
||||||
|
|
||||||
|
# tcp server for use over network
|
||||||
|
[server:tcp]
|
||||||
|
port=1073
|
||||||
|
bind=::
|
||||||
|
|
||||||
|
# example config for an USB-3000 or similar device
|
||||||
|
[device:dv3k]
|
||||||
|
driver=ambe3k
|
||||||
|
tty=/dev/ttyUSB1
|
||||||
|
baudrate=921600
|
||||||
|
```
|
||||||
|
systemctl status output of codecserver with AMBE3003 USB:
|
||||||
|

|
||||||
|
|
|
||||||
Loading…
Reference in New Issue