VM in Proxmox recording audio

  • Thread starter Thread starter Khalmyr
  • Start date Start date
K

Khalmyr

Guest
Good afternoon!

I have a virtualized environment and will migrate to Proxmox due to easy of use and power of the tool. In this environment I use a Windows XP Pro to record audio to a radio censorship. I can create a vm in Proxmox to use the sound card that is installed on the server Promox? I can use the audio that is input into the Line In of the audio card?

Thanks!!
 
Not sure how the recording would work, but in order to make the sound work under Windows based VM, following args has to be added in the /etc/pve/qemu-server/<vmid.conf>

For Windows 7 : args: -device intel-hda,id=sound5,bus=pci.0,addr=0x18 -device hda-micro,id=sound5-codec0,bus=sound5.0,cad=0 -device hda-duplex,id=sound5-codec1,bus=sound5.0,cad=1

For Windows XP : args -device AC97,addr=0x18

May be i did not need to type all that args for Windows 7, but this is what worked for me. I never tried to record inside VM. But sound works perfect under Windows XP and Windows 7.
 
Man, i love you! It's worked!! Now i need the correct drivers for AC97 on Windows XP. Can you send for me?
Thanks!!