mirror of
https://github.com/onyx-and-iris/voicemeeter.git
synced 2026-04-19 22:13:31 +00:00
Compare commits
2 Commits
v2.1.0
...
359c2d61b5
| Author | SHA1 | Date | |
|---|---|---|---|
| 359c2d61b5 | |||
| e586478729 |
@@ -15,7 +15,7 @@ Before any major/minor/patch bump all unit tests will be run to verify they pass
|
||||
|
||||
### Added
|
||||
|
||||
- Added a configurable timeout in seconds (defaults to 2).
|
||||
- Added a configurable login timeout in seconds (defaults to 2).
|
||||
- Option function added for overriding the type of Voicemeeter GUI runVoicemeeter() will launch.
|
||||
- Explanation of Option functions added to README.
|
||||
|
||||
|
||||
12
README.md
12
README.md
@@ -81,18 +81,18 @@ Pass a delay in milliseconds to force the getters to wait for dirty parameters t
|
||||
|
||||
Useful if not listening for event updates.
|
||||
|
||||
### `voicemeeter.WithTimeout(timeout int)`
|
||||
|
||||
Set a login timeout, defaults to 2 seconds. For example to set it to 1s:
|
||||
|
||||
`voicemeeter.NewRemote("banana", 20, voicemeeter.WithTimeout(1))`
|
||||
|
||||
### `voicemeeter.WithBits(bits int)`
|
||||
|
||||
Override the type of Voicemeeter GUI to launch on 64 bit systems. For example, to force 32 bit GUI:
|
||||
|
||||
`voicemeeter.NewRemote("banana", 20, voicemeeter.WithBits(32))`
|
||||
|
||||
### `voicemeeter.WithBits(timeout int)`
|
||||
|
||||
Set a login timeout, defaults to 2 seconds. For example to set it to 1s:
|
||||
|
||||
`voicemeeter.NewRemote("banana", 20, voicemeeter.WithBits(1))`
|
||||
|
||||
## `Remote Type`
|
||||
|
||||
#### `vm.Strip`
|
||||
|
||||
Reference in New Issue
Block a user