mirror of
https://github.com/onyx-and-iris/voicemeeter.git
synced 2024-11-15 17:40:51 +00:00
upd docstring
This commit is contained in:
parent
a23a9f8598
commit
93d5e2db67
@ -46,7 +46,8 @@ func init() {
|
|||||||
log.SetLevel(log.InfoLevel)
|
log.SetLevel(log.InfoLevel)
|
||||||
}
|
}
|
||||||
|
|
||||||
// runObserver initiates a single observer and starts its Listen() function.
|
// runObserver initiates a single observer and
|
||||||
|
// starts its Listen() function in a goroutine.
|
||||||
func runObserver(vm *voicemeeter.Remote) {
|
func runObserver(vm *voicemeeter.Remote) {
|
||||||
o := newObserver(vm)
|
o := newObserver(vm)
|
||||||
go o.Listen()
|
go o.Listen()
|
||||||
|
Loading…
Reference in New Issue
Block a user