Guest User

RS_ASIO

a guest
Jan 4th, 2020
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 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=custom
  11. CustomBufferSize=96
  12.  
  13. [Asio.Output]
  14. Driver=Focusrite USB ASIO
  15. EnableSoftwareEndpointVolumeControl=1
  16. EnableSoftwareMasterVolumeControl=1
  17. SoftwareMasterVolumePercent=100
  18.  
  19. [Asio.Input.0]
  20. Driver=Focusrite USB ASIO
  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
Add Comment
Please, Sign In to add comment