Package: vice
Version: 3.3.0.dfsg-2
$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux buster/sid
Release: testing
Codename: buster
$ uname -a
Linux oo 4.19.0-2-amd64 #1 SMP Debian 4.19.16-1 (2019-01-17) x86_64
GNU/Linux
Vice seems to need package libmp3lame0 in order to play sound.
I also had to issue this command:
ln -s /usr/lib/x86_64-linux-gnu/libmp3lame.so.0.0.0
/usr/lib/x86_64-linux-gnu/libmp3lame.so
because it searches for libmp3lame.so
After making the link sound was available.