comparison DOCS/tech/slave.txt @ 30988:8d840754a921

Add slave commands for loading and unloading audio filters at runtime. Patch by Jehan Hysseo, hysseo zemarmot net
author cehoyos
date Sun, 11 Apr 2010 18:59:19 +0000
parents 2186c040f9e0
children 0b7792622c88
comparison
equal deleted inserted replaced
30987:e1483ae3d93c 30988:8d840754a921
43 the old file for a short time before switching to the new one. 43 the old file for a short time before switching to the new one.
44 44
45 45
46 Available commands ('mplayer -input cmdlist' will print a list): 46 Available commands ('mplayer -input cmdlist' will print a list):
47 47
48 af_add <filter_arguments_list> (comma separated list of audio filters with parameters)
49 (experimental) Load the given list of audio filters.
50
51 af_clr
52 (experimental) Unload all loaded audio filters.
53
54 af_del <filter_name_list> (comma separated list of audio filter's names)
55 (experimental) Unload the first occurrence of the filters, if loaded.
56
57 af_switch <filter_arguments_list> (comma separated list of audio filters with parameters)
58 (experimental) Remove all the audio filters and replace them with the given list.
48 59
49 alt_src_step <value> (ASX playlist only) 60 alt_src_step <value> (ASX playlist only)
50 When more than one source is available it selects the next/previous one. 61 When more than one source is available it selects the next/previous one.
51 62
52 audio_delay <value> [abs] 63 audio_delay <value> [abs]