Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion streamerbot/2.guide/06.integrations/streamfog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: Integrate Streamer.bot with StreamFog
navigation.icon: null
version: 1.0.5
logo: /img/icons/streamfog.png
badge: New
---

Integrate Streamer.bot with [StreamFog](https://streamfog.com){target=\_blank}
Expand Down Expand Up @@ -45,4 +46,4 @@ StreamFog is now connected to Streamer.bot!

## Usage

:read-more{to="/api/sub-actions/integrations/streamfog"}
:read-more{to="/api/sub-actions/integrations/streamfog"}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Add Application to Channel
description: Add an application to a specific audio channel
version: 1.1.0
parameters:
- name: Mix
type: Select
required: true
description: Mix to add to the audio channel
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: Adjust Channel Volume
description: Adjust the volume of an audio channel
version: 1.1.0
parameters:
- name: Channel
type: Select
required: true
description: Audio channel you want to affect
- name: Mix
type: Select
required: true
description: Desired mix of the channel you want to affect
- name: Volume Delta
type: Number
description: Will add/subtract from the current volume
default: +5
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
---
title: Get Channel Information
description: Retrieve information about an audio channel
version: 1.1.0
parameters:
- name: Channel
type: Select
required: true
description: Audio channel you want to obtain the current information for
variables:
- name: waveLinkChannelId
type: string
description: Identifier of the channel ID
value: PCM_OUT_00_V_00_SD1
- name: waveLinkChannelName
type: string
description: Name of the channel
value: System
- name: waveLinkChannelVolume
type: number
description: Current volume level of the channel
value: 1
- name: waveLinkChannelMuted
type: bool
description: Indicates if the channel is muted
value: false
- name: waveLinkChannelLevel
type: number
description: Current volume level of the channel
value: 1
- name: waveLinkChannelEffectsCount
type: number
description: Current number of effects applied to the channel
value: 0
- name: waveLinkChannelMixesCount
type: number
description: Current number of mixes the channel is part of
value: 2
- name: waveLinkChannelMix.0.id
type: string
description: ID of the first mix the channel is part of
value: PCM_IN_01_V_00_SD1
- name: waveLinkChannelMix.0.name
type: string
description: Name of the first mix the channel is part of
value: Testing Name Mix
- name: waveLinkChannelMix.0.level
type: number
description: Volume level of the first mix the channel is part of
value: 1
- name: waveLinkChannelMix.0.muted
type: bool
description: Indicates if the first mix the channel is part of is muted
value: false
- name: waveLinkChannelMix.1.id
type: string
description: ID of the second mix the channel is part of
value: PCM_IN_01_V_02_SD2
- name: waveLinkChannelMix.1.name
type: string
description: Name of the second mix the channel is part of
value: Stream Mix
- name: waveLinkChannelMix.1.level
type: number
description: Volume level of the second mix the channel is part of
value: 1
- name: waveLinkChannelMix.1.muted
type: bool
description: Indicates if the second mix the channel is part of is muted
value: false
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: Mute Channel
description: Mute a specific audio channel
version: 1.1.0
parameters:
- name: Channel
type: Select
required: true
description: Audio channel you want to affect
- name: State
type: Select
required: true
description: |
Mute State
Options: `Muted`, `Not Muted`, `Toggle`
default: Muted
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: Set Channel Effect State
description: Set the state of a specific effect within an audio channel
version: 1.1.0
parameters:
- name: Channel
type: Select
required: true
description: Audio channel you want to affect
- name: Effect
type: Select
required: true
description: Effect which should be applied to the audio channel
- name: State
type: Select
required: true
description: |
Effect State
Options: `Disabled`, `Enabled`, `Toggle`
default: Disabled
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: Set Channel Mix Mute
description: Mute a specific mix within an audio channel
version: 1.1.0
parameters:
- name: Channel
type: Select
required: true
description: Audio channel you want to affect
- name: Mix
type: Select
required: true
description: Mix which should be affected
- name: State
type: Select
required: true
description: |
Mute State
Options: `Muted`, `Not Muted`, `Toggle`
default: Muted
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: Set Channel Volume
description: Set the output volume of an audio channel
version: 1.1.0
parameters:
- name: Channel
type: Select
required: true
description: Audio channel you want to affect
- name: Mix
type: Select
required: true
description: Audio input mix you want to affect
- name: Volume
type: Number
required: true
description: Volume of the audio input mix
default: 100
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
---
title: Get Input Device Information
description: Retrieve information about an audio input device
version: 1.1.0
parameters:
- name: Input Device
type: Select
required: true
description: Audio input device you want to obtain the current information for
variables:
- name: waveLinkInputDeviceId
type: string
description: Identifier of the input device
value: '{0.0.1.00000000}.{96e65e84-0aaf-4b18-8f69-3da2d478b3d4}'
- name: waveLinkInputDeviceName
type: string
description: Name of the input device
value: Microphone (2- Realtek USB2.0 Audio)
- name: waveLinkInputDeviceType
type: string
description: Type of the input device
value: thirdParty
- name: waveLinkInputDeviceGain
type: number
description: Current gain level of the input device
value: 0.5541552
- name: waveLinkInputDeviceMuted
type: bool
description: Indicates if the input device is muted
value: false
- name: waveLinkInputDeviceMicPcMix
type: number
description: Current microphone/PC mix level of the input device
value: 0
- name: waveLinkInputDeviceClipGuard
type: bool
description: Indicates if the input device has clip guard enabled
value: false
- name: waveLinkInputDeviceLowCutFilter
type: bool
description: Indicates if the input device has low cut filter enabled
value: false
- name: waveLinkInputDeviceChannelCount
type: number
description: Number of channels of the input device
value: 0
- name: waveLinkInputChannelId
type: string
description: Identifier of the input channel
value:
- name: waveLinkInputChannelName
type: string
description: Name of the input channel
value:
- name: waveLinkInputChannelVolume
type: number
description: Current volume level of the channel
value: 0
- name: waveLinkInputChannelMuted
type: bool
description: Indicates if the input channel is muted
value: false
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: Mute Input Device
description: Mute a specific audio input device
version: 1.1.0
parameters:
- name: Input Device
type: Select
required: true
description: Audio input device you want to affect
- name: State
type: Select
required: true
description: |
State
Options: `Muted`, `Not Muted`, `Toggle`
default: Muted
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: Set Input Clipguard State
description: Sets the clipguard state of a specific audio input device
version: 1.1.0
parameters:
- name: Input Device
type: Select
required: true
description: Audio input device you want to affect
- name: State
type: Select
required: true
description: |
State
Options: `Enabled`, `Disabled`, `Toggle`
default: Enabled
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: Set Input Gain Lock State
description: Sets the gain lock state of a specific audio input device
version: 1.1.0
parameters:
- name: Input Device
type: Select
required: true
description: Audio input device you want to affect
- name: State
type: Select
required: true
description: |
State
Options: `Enabled`, `Disabled`, `Toggle`
default: Enabled
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: Set Input Gain
description: Sets the gain of a specific audio input device
version: 1.1.0
parameters:
- name: Input Device
type: Select
required: true
description: Audio input device you want to affect
- name: Gain
type: number
required: true
description: |
Gain
Range: `0` to `1` db
default: Enabled
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: Set Input Low Cut Filter
description: Sets the low cut filter state of a specific audio input device
version: 1.1.0
parameters:
- name: Input Device
type: Select
required: true
description: Audio input device you want to affect
- name: State
type: Select
required: true
description: |
State
Options: `Enabled`, `Disabled`, `Toggle`
default: Enabled
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: Adjust Mix Volume
description: Adjust the volume of an audio mix
version: 1.1.0
parameters:
- name: Mix
type: Select
required: true
description: Audio mix you want to affect
- name: Volume Delta
type: Number
description: Will add/subtract from the current volume
default: +5
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: Get Mix Information
description: Retrieve information about an audio mix
version: 1.1.0
parameters:
- name: Mix
type: Select
required: true
description: Audio mix you want to obtain the current information for
variables:
- name: waveLinkMixId
type: string
description: Identifier of the mix ID
value: PCM_IN_01_V_04_SD3
- name: waveLinkMixName
type: string
description: Name of the mix
value: Chat Mix
- name: waveLinkMixVolume
type: number
description: Current volume level of the mix
value: 1
- name: waveLinkMixMuted
type: bool
description: Indicates if the mix is muted
value: false
---
Loading
Loading