Compare commits
2 Commits
d5850a5918
...
061872b2d7
| Author | SHA1 | Date | |
|---|---|---|---|
| 061872b2d7 | |||
| 3041863286 |
@@ -6,8 +6,8 @@ audio:
|
|||||||
device:
|
device:
|
||||||
# Laissez null pour auto-détection du device par défaut
|
# Laissez null pour auto-détection du device par défaut
|
||||||
# Ou spécifiez le nom exact via l'interface /admin
|
# Ou spécifiez le nom exact via l'interface /admin
|
||||||
inputDeviceId: null
|
inputDeviceId: alsa_input.pci-0000_00_01.0.analog-stereo
|
||||||
outputDeviceId: null
|
outputDeviceId: alsa_output.pci-0000_00_01.0.analog-stereo
|
||||||
sampleRate: 48000
|
sampleRate: 48000
|
||||||
routing:
|
routing:
|
||||||
inputToGroup:
|
inputToGroup:
|
||||||
@@ -54,6 +54,6 @@ server:
|
|||||||
livekit:
|
livekit:
|
||||||
url: AUTO # AUTO = détection automatique IP réseau | ou ws://IP:7880 pour manuel
|
url: AUTO # AUTO = détection automatique IP réseau | ou ws://IP:7880 pour manuel
|
||||||
logging:
|
logging:
|
||||||
level: info # Changez à 'debug' pour voir plus de détails
|
level: debug # Changez à 'debug' pour voir plus de détails
|
||||||
logLatency: false
|
logLatency: false
|
||||||
logAudioStats: false
|
logAudioStats: false
|
||||||
|
|||||||
Reference in New Issue
Block a user