Hi Domenico ! Le mardi 18 janvier 2011 15:54:36, domenico d'agostino a écrit : > it's possible to save to file only flow from input.harbor? > I need to save only the live event .. > I search in documentation and i think is not possible at the moment but you > never now...
It is possible in fact! You should check out the output.file operator. For instance, you may do something like: # Harbor input source s = input.harbor(...) # Save s to a file output.file(%vorbis,"/tmp/dump.ogg",s) # Remainder of the code goes here.. Don't hesitate to ask for more details if you need so.. Romain ------------------------------------------------------------------------------ Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
