hi david, hi all! > You can use audio_to_stereo which will convert any n-channel audio > into stereo. However, you'll notice that it has a cost (not on stereo, > but currently not as little as it should be on mono) so converting > mono files upon upload is actually a good idea.
ok - i'll go for the conversion during upload, but will still add the 'audio_to_stereo' just in case.. > The linear shape is the default but you have a "type" parameter for > other modes, including logarithmic: > > $ liquidsoap -h fade.in > [...] > * type : string (default "lin") > Fader shape (lin|sin|log|exp): linear, sinusoidal, logarithmic or > exponential. wow - yes, this did the trick! one question here, what is the best/most complete way to access the documentation? i'm sometimes a bit lost when trying to figure out how LS is working :) for example i looked at the api-reference on the website or the fade.in question, there it does not mention the 'type' option. >> and i also noticed the 'steps' on fade-out.. any ideas how to get rid of >> them? (second screen-shot) > > This is weird... possibly a little bug. Unfortunately I'd need to run > some experiments and I don't have time for now (extremely busy before > holidays). nice holidays!! i will check this again as well. may be it is a strange effect caused by my test-files.. (they are 440/880hz sinus waves) > Have fun, yes i have :) one more thing - actually i feel a bit bad asking too often.. but the response is soo fast and helpful :) - how would you achieve to register a function that can be accessed via telnet to switch the running source to a icecast stream (and also switching back..)? the harbor does not seem to be an option (at least i guess..) i would need it in that users can apply for a 'slot', eg from 7pm-8pm at a certain date, then they get a password & mountpoint to use, but they should also be able to set this up before broadcasting (testing etc) i know this goes beyond LS, we will handle this with an icecast setup etc... but i would need the functionality to externally tell LS to switch to a running icecast-stream... we considered doing this with a hardware-switch, but while discovering the power of liquidsoap i started thinking that there could be a much more elegant way!! thanks + greetings jonas ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ Savonet-devl mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-devl
