Compare commits

...

2 Commits

Author SHA1 Message Date
benoit 061872b2d7 fix: update config.yaml 2026-05-28 13:58:01 +02:00
benoit 3041863286 fix: configuration devices audio Linux PipeWire
- config.yaml: utilise devices ALSA réels au lieu de builtin-output
- inputDeviceId: alsa_input.pci-0000_00_01.0.analog-stereo
- outputDeviceId: alsa_output.pci-0000_00_01.0.analog-stereo
2026-05-28 13:57:15 +02:00
+3 -3
View File
@@ -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