lsnes rr2-β24
[lsnes.git] / src / cmdhelp / sound.json
blobf3c7d80dbb5940a40355455490d57a3ab38a65c0
2         "__mod":"CSOUND",
3         "show-plugins":[
4                 "showdrv", "Show plugins in use",
5                 {"":"Shows plugins in use."}
6         ],
7         "enable-sound":[
8                 "enable", "Enable/Disable sound",
9                 {
10                         "on":"Enable sound",
11                         "off":"Disable sound (does not affect dumping)",
12                         "toggle":"Toggle sound (does not affect dumping)"
13                 },
14                 {
15                         "on":"Sound‣Enable",
16                         "off":"Sound‣Disable",
17                         "toggle":"Sound‣Toggle"
18                 }
19         ],
20         "change-playback-device":[
21                 "chpdev", "Change sound playback device",
22                 {"<device>":"Switch to playback device <device>."}
23         ],
24         "change-record-device":[
25                 "chrdev", "Change sound record device",
26                 {"<device>":"Switch to recording device <device>."}
27         ],
28         "show-devices":[
29                 "showdev", "Show sound devices available",
30                 {"":"Shows available sound devices."}
31         ],
32         "reset-audio":[
33                 "reset", "Reset audio driver",
34                 {"":"Resets the audio driver."}
35         ]