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
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@ variables:
type: string
description: File name of the audio file that was randomly selected for playback
value: 'chad.mp3'
- name: soundLength
type: number
description: Length of chosen sound in seconds.
version: 0.2.3
- name: soundLengthMs
type: number
description: Length of chosen sound in milliseconds.
version: 0.2.3
csharpMethods:
- PlaySoundFromFolder
---
10 changes: 9 additions & 1 deletion streamerbot/3.api/1.sub-actions/core/sounds/play-sound.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,15 @@ parameters:
type: boolean
description: Enabling this will use the filename of the sound as the sound name
version: 0.2.4
variables: []
variables:
- name: soundLength
type: number
description: Length of the sound in seconds.
version: 0.2.3
- name: soundLengthMs
type: number
description: Length of the sound in milliseconds.
version: 0.2.3
csharpMethods:
- PlaySound
---
Loading