test
This commit is contained in:
12
projects/mac-audio/docker-compose.yml
Normal file
12
projects/mac-audio/docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
version: '3'
|
||||
services:
|
||||
debian_audio:
|
||||
image: hub.pi-farm.home64.de/mac-audio:0.1
|
||||
# build: .
|
||||
container_name: debian_audio_container
|
||||
environment:
|
||||
- PULSE_SERVER=host.docker.internal # Verweist auf den PulseAudio-Server des Hosts
|
||||
volumes:
|
||||
- /Users/meik/docker/wyoming-satellite/data:/data # Bindet das Host-Verzeichnis ./data an das Container-Verzeichnis /data
|
||||
command: tail -f /dev/null
|
||||
#command: /wyoming-satellite/script/run --name 'my satellite' --uri 'tcp://0.0.0.0:10700' --mic-command 'parecord --device=Channel_1 -r 16000' --snd-command 'paplay -r 22050 -c 1 -f S16_LE -t raw'
|
||||
Reference in New Issue
Block a user