Problem with sound card support on free streamlit hosting

I have a problem with sound card support on free streamlit hosting. On the local computer everything works and buzzes. But I can’t configure the sound card on streaming hosting. I tried installing packages using packages.txt, but it still doesn’t play sounds. Maybe you have some suggestions. Here are the messages from the terminal:

[09:42:46] 🐍 Python dependencies were installed from /mount/src/voicechatbotstreamlit/requirements.txt using uv.
Check if streamlit is installed
Streamlit is already installed
[09:42:48] 📦 Processed dependencies!



ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
ALSA lib conf.c:4745:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4745:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
ALSA lib conf.c:4745:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:5233:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2660:(snd_pcm_open_noupdate) Unknown PCM default
ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
ALSA lib conf.c:4745:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4745:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
ALSA lib conf.c:4745:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:5233:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2660:(snd_pcm_open_noupdate) Unknown PCM default

Your host is a virtual machine running in a data center, probably several thousand kilometers away from you. It isn’t going to produce any sounds you can hear.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.