Meu colega de trabalho resolveu isso!
Estávamos lendo este tutorial , quando nos deparamos com uma seção interessante:
If you have an HDA-Intel device try turning up the PCM slider in the volume control. If PCM is set to 0 it makes the sound scratchy for some of those devices.
Otherwise if your sound is scratchy or stuttering you can edit these lines in the file /etc/pulse/daemon.conf to look like this Code:
default-fragments = 5
default-fragment-size =25
There are also some sound cards/chips that can only be fixed with an ALSA upgrade so you may want to consider that if this does not work for you.
Estas são as palavras que eu não conseguia pensar (o inglês não é minha língua nativa): se o seu som estiver arranhando ou gaguejando .
Então pensamos: e tentar interferir nessa configuração? Então, começamos a alterar esses valores de maneira arbitrária, quando percebemos que o som estava mudando, criamos esses valores:
default-fragments = 8
default-fragment-size-msec = 25
(note que default-fragment-size é chamado default-fragment-size-msec ).
... e agora tudo funciona. Testado em duas máquinas diferentes, duas vms diferentes, criadas a partir do zero e algumas que já foram criadas com essa correção.