mirror of
				https://github.com/oSoWoSo/DistroHopper.git
				synced 2024-08-14 22:46:53 +00:00 
			
		
		
		
	Correctly disable mixing-engine for audio output
Add a note to the README that audio is not working at all on macOS Big Sur
This commit is contained in:
		
							parent
							
								
									faeefcfb50
								
							
						
					
					
						commit
						c240a17bda
					
				
					 2 changed files with 4 additions and 2 deletions
				
			
		|  | @ -186,6 +186,7 @@ There are some considerations when running macOS via Quickemu. | ||||||
|     * `vmxnet3` network device is used. |     * `vmxnet3` network device is used. | ||||||
|   * USB host pass-through is limited to UHCI (USB 2.0). |   * USB host pass-through is limited to UHCI (USB 2.0). | ||||||
|   * Display resolution can only be changed via macOS System Preferences. |   * Display resolution can only be changed via macOS System Preferences. | ||||||
|  |   * macOS Big Sur has no audio, but Full Duplex audio works on macOS Catalina is previous releases. | ||||||
|   * File sharing between guest and host is available via [virtio-9p](https://wiki.qemu.org/Documentation/9psetup). |   * File sharing between guest and host is available via [virtio-9p](https://wiki.qemu.org/Documentation/9psetup). | ||||||
|   * **SPICE has limited supported on macOS**: |   * **SPICE has limited supported on macOS**: | ||||||
|     * Copy/paste via SPICE agent is not available. |     * Copy/paste via SPICE agent is not available. | ||||||
|  | @ -434,6 +435,7 @@ Useful reference that assisted the development of Quickemu. | ||||||
| 
 | 
 | ||||||
|   General |   General | ||||||
|     * [QEMU’s documentation!](https://qemu.readthedocs.io/en/latest/) |     * [QEMU’s documentation!](https://qemu.readthedocs.io/en/latest/) | ||||||
|  |     * <https://www.kraxel.org/blog/2020/01/qemu-sound-audiodev/> | ||||||
| 
 | 
 | ||||||
|   * macOS |   * macOS | ||||||
|     * <https://www.nicksherlock.com/2020/06/installing-macos-big-sur-on-proxmox/> |     * <https://www.nicksherlock.com/2020/06/installing-macos-big-sur-on-proxmox/> | ||||||
|  |  | ||||||
							
								
								
									
										4
									
								
								quickemu
									
										
									
									
									
								
							
							
						
						
									
										4
									
								
								quickemu
									
										
									
									
									
								
							|  | @ -509,8 +509,8 @@ function vm_boot() { | ||||||
|          -device usb-kbd,bus=input.0 |          -device usb-kbd,bus=input.0 | ||||||
|          -device usb-tablet,bus=input.0 |          -device usb-tablet,bus=input.0 | ||||||
|          -device ${NET_DEVICE},netdev=nic -netdev ${NET},id=nic |          -device ${NET_DEVICE},netdev=nic -netdev ${NET},id=nic | ||||||
|          -audiodev pa,id=pa,out.stream-name=${LAUNCHER}-${VMNAME},in.stream-name=${LAUNCHER}-${VMNAME} |          -audiodev pa,id=audio0,out.mixing-engine=off,out.stream-name=${LAUNCHER}-${VMNAME},in.stream-name=${LAUNCHER}-${VMNAME} | ||||||
|          -device intel-hda -device hda-duplex,audiodev=pa,mixer=off |          -device intel-hda -device hda-duplex,audiodev=audio0 | ||||||
|          -rtc base=localtime,clock=host,driftfix=slew |          -rtc base=localtime,clock=host,driftfix=slew | ||||||
|          -spice ${SPICE} |          -spice ${SPICE} | ||||||
|          -device virtio-serial-pci |          -device virtio-serial-pci | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue