Browse Source

2 typos fixes

tags/v1.0.0
Olivier Humbert Filipe Coelho <falktx@falktx.com> 5 years ago
parent
commit
43f6041b41
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      README.md

+ 2
- 2
README.md View File

@@ -72,7 +72,7 @@ All these options can be overridden by environment variables.
There is also a GUI for changing these settings, which WineASIO will try to launch when the ASIO "panel" is clicked. There is also a GUI for changing these settings, which WineASIO will try to launch when the ASIO "panel" is clicked.


The registry keys are automatically created with default values if they doesn't exist when the driver initializes. The registry keys are automatically created with default values if they doesn't exist when the driver initializes.
Th available options are:
The available options are:


#### [Number of inputs] & [Number of outputs] #### [Number of inputs] & [Number of outputs]
These two settings control the number of jack ports that WineASIO will try to open. These two settings control the number of jack ports that WineASIO will try to open.
@@ -106,7 +106,7 @@ Be careful, if you set a size that isn't supported by the backend, the jack serv
might be a good idea to change `ASIO_MINIMUM_BUFFERSIZE` and `ASIO_MAXIMUM_BUFFERSIZE` to values you know work on your system before building. might be a good idea to change `ASIO_MINIMUM_BUFFERSIZE` and `ASIO_MAXIMUM_BUFFERSIZE` to values you know work on your system before building.


In addition there is a `WINEASIO_CLIENT_NAME` environment variable, In addition there is a `WINEASIO_CLIENT_NAME` environment variable,
that overrides the JACK client name derrived from the program name.
that overrides the JACK client name derived from the program name.


### CHANGE LOG ### CHANGE LOG




Loading…
Cancel
Save