Hi !
I fear alsa's API has changed since I got an error about a default format and
then invalid argument:
22:41 [EMAIL PROTECTED] ~% liquidsoap -v --debug
'output.alsa(bufferize=false,input.alsa(bufferize=false))'
Input isn't a file. Treating it as an expression.
2007/06/27 22:41:38 >>> LOG START
2007/06/27 22:41:38 [main:3] Liquidsoap 0.3.3
2007/06/27 22:41:38 [extproto:3] Found "/usr/bin/wget"
2007/06/27 22:41:38 [extproto:3] Didn't find "ufetch"
2007/06/27 22:41:38 [threads:3] Created thread "light task scheduler" (1 total)
2007/06/27 22:41:38 [threads:3] Created thread "root" (2 total)
2007/06/27 22:41:38 [root:3] Waking up active nodes...
2007/06/27 22:41:38 [source:4] [EMAIL PROTECTED] gets up
2007/06/27 22:41:38 [source:4] [EMAIL PROTECTED] gets up
2007/06/27 22:41:38 [EMAIL PROTECTED]:4] Enabling caching mode (active source)
2007/06/27 22:41:38 [EMAIL PROTECTED]:4] Enabling caching mode (active source)
2007/06/27 22:41:38 [EMAIL PROTECTED]:3] Using ALSA 1.0.14a.
2007/06/27 22:41:38 [EMAIL PROTECTED]:2] Falling back on interleaved S16LE
2007/06/27 22:41:38 [threads:1] thread "root" failed: Error while setting
access: Alsa.Invalid_argument
2007/06/27 22:41:38 [main:3] Shutdown started !
Thread 3 killed on uncaught exception Failure("Error while setting access:
Alsa.Invalid_argument")
2007/06/27 22:41:41 [main:3] Cleaning downloaded files...
2007/06/27 22:41:41 >>> LOG END
I guess alsa's bindings might need an update...
Smimram: any idea ?
Romain