Advertisement
Guest User

asio ini

a guest
Dec 28th, 2019
565
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. [Config]
  2. EnableWasapi=0
  3. EnableAsio=1
  4.  
  5. [Asio]
  6. ; available buffer size modes:
  7. ; driver - respect buffer size setting set in the driver
  8. ; host - use a buffer size as close as possible as that requested by the host application
  9. ; custom - use the buffer size specified in CustomBufferSize field
  10. BufferSizeMode=driver
  11. CustomBufferSize=
  12.  
  13. [Asio.Output]
  14. Driver=UMC ASIO Driver
  15. EnableSoftwareEndpointVolumeControl=1
  16. EnableSoftwareMasterVolumeControl=1
  17. SoftwareMasterVolumePercent=100
  18.  
  19. [Asio.Input.0]
  20. Driver=UMC ASIO Driver
  21. Channel=0
  22. EnableSoftwareEndpointVolumeControl=1
  23. EnableSoftwareMasterVolumeControl=1
  24. SoftwareMasterVolumePercent=100
  25.  
  26. [Asio.Input.1]
  27. Driver=
  28. Channel=1
  29. EnableSoftwareEndpointVolumeControl=1
  30. EnableSoftwareMasterVolumeControl=1
  31. SoftwareMasterVolumePercent=100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement