Guest User

m track solo asio ini

a guest
Jul 15th, 2025
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 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=0
  17. AltBaseChannel=
  18. EnableSoftwareEndpointVolumeControl=1
  19. EnableSoftwareMasterVolumeControl=1
  20. SoftwareMasterVolumePercent=100
  21. EnableRefCountHack=1
  22.  
  23. [Asio.Input.0]
  24. Driver=M-Audio M-Track Solo and Duo ASIO
  25. Channel=1
  26. EnableSoftwareEndpointVolumeControl=1
  27. EnableSoftwareMasterVolumeControl=1
  28. SoftwareMasterVolumePercent=100
  29. EnableRefCountHack=1
  30.  
  31. [Asio.Input.1]
  32. Driver=M-Audio M-Track Solo and Duo ASIO
  33. Channel=0
  34. EnableSoftwareEndpointVolumeControl=1
  35. EnableSoftwareMasterVolumeControl=1
  36. SoftwareMasterVolumePercent=100
  37. EnableRefCountHack=1
  38.  
  39. [Asio.Input.Mic]
  40. Driver=
  41. Channel=1
  42. EnableSoftwareEndpointVolumeControl=1
  43. EnableSoftwareMasterVolumeControl=1
  44. SoftwareMasterVolumePercent=100
  45. EnableRefCountHack=
  46.  
  47.  
Advertisement
Add Comment
Please, Sign In to add comment