Hi Kero,

Just a clarification: when you use output.dummy() liquidsoap doesn't
do any encoding, it just discards the raw stream. Only when you use
output.something.mp3() is uses lame to encode the raw stream.
Similarly for output.something.vorbis().

Developpers: Regarding the illegal value 24, we might be able to
enforce this in the type system in a far future. Until then, a runtime
error before streaming but at the time of the source creation would be
better -- currently the encoder is instantiated when streaming starts,
not when the source is created, which is good. Do you know how
complicated it would be to know which params are valid or not ? Do the
valid values of one param depend on the values of other params ?

Cheers,

David

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to