Skip to content

Commit

Permalink
use field group
Browse files Browse the repository at this point in the history
  • Loading branch information
Whipstickgostop committed Mar 3, 2024
1 parent 3c8a204 commit 35b7829
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 11 deletions.
30 changes: 20 additions & 10 deletions streamerbot/2.guide/22.integrations/speakerbot.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,29 @@ Navigate to **Integrations > Speaker.bot**

![Speaker.bot Configuration](assets/speakerbot.png)

### `Auto Connect`
Enable to automatically connect to Speaker.bot when Streamer.bot starts up
::field-group
::field{name="Auto Connect" type=Toggle}
Automatically connect to Speaker.bot when Streamer.bot starts up
::

### `Auto Reconnect`
Enable to automatically reconnect to Speaker.bot when the connection is disrupted
::field{name="Auto Reconnect" type=Toggle}
Automatically reconnect to Speaker.bot when the connection is disrupted
::

### `Address`
The IP address where Speaker.bot is hosted.
* Defaults to `127.0.0.1`
::field{name="Address" type=Text default="127.0.0.1"}
Enter the host address of the PC running Speaker.bot

### `Port`
The port Speaker.bot is listening for connections from Streamer.bot.
* Defaults to `7580`
If Speaker.bot and Streamer.bot are on the same machine, keep `127.0.0.1`

For multi-pc setups you can configure this with another LAN IP address, e.g. `192.168.1.10`
::

::field{name="Port" type=Number default=7580}
Enter the port of the Speaker.bot WebSocket server.

This is should match the configuration at `Settings > WebSocket Server` in Speaker.bot
::
::

## Usage
:api-reference-cards{path=speakerbot manifest-path="speaker.bot"}
2 changes: 1 addition & 1 deletion streamerbot/2.guide/7.MIDI.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Streamer.bot ships with full MIDI input & output support, allowing you to execut

To add a new device, :shortcut{value="Right-Click"} anywhere in the device pane and select `Add`

![Add Device Context Menu](assets/midi-add-device.png)
![Add Device Context Menu](assets/midi-add-device.png)f

This will open the add device dialog:

Expand Down

0 comments on commit 35b7829

Please sign in to comment.