Hi Fabio, 2011/10/3 Fábio Costa <[email protected]>: > I want to use a list of pairs to make something like an HashMap. > Am i going to the right path?
I'm assuming this is a liquidsoap scripting question, not an Ocaml question. Then the answer is yes. Note that our _[_] operator (map[key]) only supports the case where keys are strings... > Also to actually play audio i should use request and then send the result of > request to some output? You're probably looking for request.dynamic, which takes requests (given by a callback) and plays them. HTH David ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
