hello!

so eventually i've managed to move my radios to a V2
however i had to throw away great deal of configuration and loose functionality.. would be a huge message if i put it all together, so first the main ones (and perhaps you could give me the key to solving such issues):


#1
ogg doesn't work (flac or vorbis):

%ffmpeg(format="ogg", %audio(codec="libvorbis", b = "192"))............

No format (mime) found, please specify one.




#2
if i try crossfading, radio becomes some other entity that i can't encode it afterwards:

radio = crossfade(radio)

later on on encoding line gives such error:
Error 5: this value has type
 unit (inferred at line 168, char 2-48)
but it should be a subtype of
 source(_)

if i don't crossfade, the encoding works.



#3
can't compress (or amplify):
radio = compress(attack=0.5,threshold=-9.,ratio=12.,gain=6., release=2000.,radio)

At line 246, char 75-80:
Error 5: this value has type
 unit (inferred at line 171 char 2 - line 176 char 5)
but it should be a subtype of
 source(_)

#4
can't limit:
radio = limit(attack=0.01, release=5000., threshold=-1., radio)

At line 250, char 57-62:
Error 5: this value has type
 unit (inferred at line 171 char 2 - line 176 char 5)
but it should be a subtype of the type of the value at C:\Program Files\liquidso
ap\libs\sound.liq, line 61, char 138
source(_) (inferred at C:\Program Files\liquidsoap\libs\sound.liq, line 62, ch
ar 107)


#5
can't fallback:

radio = fallback(track_sensitive=false, [ fail(), radio, fallback_file ])

At line 233, char 50-55:
Error 5: this value has type
 source(_)
but it should be a subtype of the type of the value at line 233, char 50-55
 unit


#6
can't skip blank:

radio = skip_blank(radio)

Error 6: Cannot apply that parameter because the function at line 232, char 8-19

has no unlabeled argument!


#7
can't add jingle:

radio = add([radio, switch([({30m31s},dzinglas)])])


At line 231, char 20-49:
Error 5: this value has type
 unit
but it should be a subtype of the type of the value at line 231, char 20-49
 _.{selected : _}


#8
can't set crossfades:
cross(width=width, duration=start_next, conservative=conservative,
             transition,s)

Error 5: this value has type
 (_, _, _, _, _, _) -> _ (inferred at line 69 char 2 - line 74 char 5)
but it should be a subtype of
 (_, _) -> source(_)




and so on... the things must have changed significantly... is there an updated read about it?

let's see how it behaves concerning memory leaks. so far several hundreds MB for every radio.


regards,
p


_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to