Re: [Savonet-users] input files

2008-12-15 Thread Romain Beauxis
Le Monday 15 December 2008 17:35:00, vous avez écrit : > Ok I think I understand now. Liquidsoap attempts to play the song using > several methods. If it can't play the song, then it will be skipped. Is > this a correct summary? Correct ! :-D Romain --

Re: [Savonet-users] input files

2008-12-15 Thread Romain Beauxis
Le Monday 15 December 2008 17:25:28 Brandon Casci, vous avez écrit : > So if you playlist contains multiple formats (mp3, aac, wma, flac, wav...), > then it calls on an external decoder as needed? Does it test file formats > by the extension? (.mp3, .m4a,...) No. File decoding is done per file. I

Re: [Savonet-users] input files

2008-12-15 Thread Romain Beauxis
Le Monday 15 December 2008 17:05:07 David Baelde, vous avez écrit : > On Mon, Dec 15, 2008 at 11:54 AM, Romain Beauxis wrote: > > Recent SVN code also has support for external audio decoders. This > > includes faad, flac and mplayer if enabled. > > Then mplayer can be used to decode WMA. A tutori

Re: [Savonet-users] input files

2008-12-15 Thread David Baelde
On Mon, Dec 15, 2008 at 11:54 AM, Romain Beauxis wrote: > Recent SVN code also has support for external audio decoders. This includes > faad, flac and mplayer if enabled. Then mplayer can be used to decode WMA. A tutorial would be helpful: from what I read you just have to call enable_mplayer() i

Re: [Savonet-users] input files

2008-12-15 Thread Romain Beauxis
Hi folks ! Le Monday 15 December 2008 11:17:04 David Baelde, vous avez écrit : > As input, liquidsoap supports ogg/vorbis and ogg/theora, mp3, several > flavours of wav, and aac (not aac+ if I'm not mistaken). For each > format, there is a particular dependency, and ocaml-something lib and

Re: [Savonet-users] input files

2008-12-15 Thread David Baelde
Hi Brandon, As input, liquidsoap supports ogg/vorbis and ogg/theora, mp3, several flavours of wav, and aac (not aac+ if I'm not mistaken). For each format, there is a particular dependency, and ocaml-something lib and the associated C lib: libfaac, libmad, etc. To my knowledge, there's no support

[Savonet-users] input files

2008-12-14 Thread Brandon Casci
Hello I've been poking around the website for a bit. This is a very useful too. What input file formats does liquidsoap support? I've love to see a complete list. I assume mp3 and ogg works. How about aac or wma? DRM files free naturally. Thanks. --