Some cases pipewire does not work, and the pulseaudio may be a workable solution.
1. remove pipewire and pipewire-bin
sudo apt purge pipewire pipewire-bin
2. Install pulseaudio
sudo apt-get --reinstall install libasound2 libasound2-plugins alsa-utils alsa-oss alsamixergui apulse alsa-firmware-loaders pulseaudio pulseaudio-utils pulseaudio-utils
3. Set pulseaudio to the startup
sed -i '1 a pulseaudio -D &' $HOME/.desktop-session/startup
4. Reboot
5. Check that pulseaudio is running
inxi -A | grep Server
6. Test sound
aplay /usr/share/sounds/alsa/Noise.wav
7. If sound is not working, check that the right audio card is using
aplay -l
8. Check that the right card is in the /etc/asound.conf file
cat /etc/asound.conf | grep card
Pulseaudio in antiX 22 32-bit