Is that means first to create a fifo with mplayer -ao pcm:file=output.fifo this is done very fast than playing it with : mplayer -slave -input file=cmd.txt output.fifo and while it's playing would be updating the sound parameters: volume etc in real time, but how can be get the above command to get a new sound file created, with that new sound params so as to be streamed to the listener/controller client. Thanks, Regards, Zol On Fri, Jun 11, 2010 at 8:04 PM, Oliver Seitz <info at vtnd.de> wrote: > > >> Equalizer and speed can be modified in slave mode ? > > > > Of course. > > Sorry, of course not. I've never used audio equalizer. Just read the man > page (what I can really recommend for everyone...) and I found an audio > equalizer, but it only works with fixed values specified when starting > mplayer, they can't be modified once running. > > > Oh! Wrong again! Just then I read > http://www.mplayerhq.hu/DOCS/tech/slave.txt > (what I can really recommend for everyone...) and I find commands I did > not know about: > > > af_add <filter_arguments_list> (comma separated list of audio filters > with parameters) > (experimental) Load the given list of audio filters. > > af_clr > (experimental) Unload all loaded audio filters. > > af_del <filter_name_list> (comma separated list of audio filter's names) > (experimental) Unload the first occurrence of the filters, if loaded. > > af_switch <filter_arguments_list> (comma separated list of audio filters > with parameters) > (experimental) Remove all the audio filters and replace them with the > given list. > > > So now it seems to be indeed possible to replace an audio filter while > running. > > Sorry for the noise. Take it as an emphasis on the quality of the > documentation, thanks :-) > > Greets, > Kiste > > _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users >