Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Audio issues when run on windows using docker desktop #9

Closed
aphex3k opened this issue Jan 16, 2025 · 2 comments
Closed

Audio issues when run on windows using docker desktop #9

aphex3k opened this issue Jan 16, 2025 · 2 comments

Comments

@aphex3k
Copy link

aphex3k commented Jan 16, 2025

Following the instructions from the readme, it does not work for Windows11/WSL2

Instead of

docker run -d --gpus all ^
    -e "PULSE_SERVER=/mnt/wslg/PulseServer" ^
    -v C:\Users\<YourUsername>\wslg:/mnt/wslg ^
    --env-file .env ^
    --name voice-chat-ai ^
    -p 8000:8000 ^
    bigsk1/voice-chat-ai:latest

run this instead (on Windows 11)

docker run -d --gpus all
   -e "PULSE_SERVER=/mnt/wslg/PulseServer"
   -v \\wsl$\Ubuntu\mnt\wslg:/mnt/wslg/
   --env-file .env
   --name voice-chat-ai
   -p 8000:8000
   bigsk1/voice-chat-ai:latest

This will correctly connect to audio server.

@bigsk1
Copy link
Owner

bigsk1 commented Jan 17, 2025

Thanks will get it updated

1 similar comment
@bigsk1
Copy link
Owner

bigsk1 commented Jan 17, 2025

Thanks will get it updated

@bigsk1 bigsk1 closed this as completed Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy