Displaying 2 results from an estimated 2 matches for "schneeball".
2016 Dec 20
1
Audio in Windows 10 VM is distorted. Using ALSA.
...breaks flash - https://bbs.archlinux.org/viewtopic.php?id=129458
			#period_size 512
			period_size 1024
			# 4096 might make sound crackle
			# mplayer2 chooses 8192. Half-Life 2 chooses 16384.
			# If too large, use CONFIG_SND_HDA_PREALLOC_SIZE=2048
			buffer_size 8192
		}
	}
	capture.pcm "schneeball"
}
libvirt xml snippets:
    <sound model='ich9'>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x09' function='0x0'/>
    </sound>
    ...
    <qemu:env name='QEMU_AUDIO_DRV' value='alsa'/>...
2016 Dec 21
1
Re: Audio in Windows 10 VM is distorted. Using ALSA.
...sound crackle
>                         # mplayer2 chooses 8192. Half-Life 2 chooses 16384.
>                         # If too large, use CONFIG_SND_HDA_PREALLOC_SIZE=
> 2048
>                         buffer_size 8192
>                 }
>         }
>         capture.pcm "schneeball"
> }
>
> libvirt xml snippets:
>
>     <sound model='ich9'>
>       <address type='pci' domain='0x0000' bus='0x00' slot='0x09'
> function='0x0'/>
>     </sound>
>     ...
>     <qemu:env name=...