Guest User

Untitled

a guest
Jan 8th, 2022
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. [Config]
  2. EnableWasapiOutputs=1
  3. EnableWasapiInputs=0
  4. EnableAsio=1
  5.  
  6. [Asio]
  7. ; available buffer size modes:
  8. ; driver - respect buffer size setting set in the driver
  9. ; host - use a buffer size as close as possible as that requested by the host application
  10. ; custom - use the buffer size specified in CustomBufferSize field
  11. BufferSizeMode=driver
  12. CustomBufferSize=
  13.  
  14. [Asio.Output]
  15. Driver=
  16. BaseChannel=
  17. AltBaseChannel=
  18. EnableSoftwareEndpointVolumeControl=1
  19. EnableSoftwareMasterVolumeControl=1
  20. SoftwareMasterVolumePercent=100
  21.  
  22. [Asio.Input.0]
  23. Driver=KATANA
  24. Channel=0
  25. EnableSoftwareEndpointVolumeControl=1
  26. EnableSoftwareMasterVolumeControl=1
  27. SoftwareMasterVolumePercent=100
  28.  
  29. [Asio.Input.1]
  30. Driver=
  31. Channel=1
  32. EnableSoftwareEndpointVolumeControl=1
  33. EnableSoftwareMasterVolumeControl=1
  34. SoftwareMasterVolumePercent=100
  35.  
  36. [Asio.Input.Mic]
  37. Driver=
  38. Channel=1
  39. EnableSoftwareEndpointVolumeControl=1
  40. EnableSoftwareMasterVolumeControl=1
  41. SoftwareMasterVolumePercent=100
  42.  
  43.  
Advertisement
Add Comment
Please, Sign In to add comment