1schema_version: 0.1
2type: consumer
3identifier: sdl_audio
4title: SDL Audio Only
5version: 1
6copyright: Meltytech, LLC
7creator: Dan Dennedy
8license: LGPLv2.1
9language: en
10tags:
11  - Audio
12description: >
13  Simple DirectMedia Layer audio only output module.
14
15parameters:
16  - identifier: volume
17    title: Volume
18    type: float
19    description: Audio level factor.
20    mutable: yes
21
22  - identifier: audio_off
23    title: Audio off
24    type: integer
25    description: If 1, disable audio output
26    mutable: yes
27    minimum: 0
28    maximum: 1
29    default: 0
30    widget: checkbox
31
32  - identifier: audio_buffer
33    title: Audio buffer
34    type: integer
35    description: Size of the sdl audio buffer.
36    mutable: yes
37    default: 2048
38    minimum: 128
39
40  - identifier: scrub_audio
41    title: Audio scrubbing
42    type: integer
43    description: If enabled, sound is played even when the speed is not normal.
44    mutable: yes
45    minimum: 0
46    maximum: 1
47    default: 0
48    widget: checkbox
49