Samuel Mimram

Results 67 comments of Samuel Mimram

I'd say that this is the file just before the message, yes. You can test this theory with ``` output(single("Deru - Loki.mp3")) ``` for instance. Id3v2 is our in-house id3...

Thanks. It seems that you are using an "old" version of the id3v2 library. I can decode the tags without any problem with the latest version: ``` $ dune exec...

No, to liquidsoap, but I guess you will have to wait for the next release... :(

Unfortunately, this is not easy to achieve right now because the RMS computation is quite hardcoded in the `cross` operator. However, it would be possible to hardcode possible RMS weighting...

@toots I filled in the parameters I could, but I would need a serious review on this one: I am far from being sure that I filled everything correctly or...

So, does it work in the end?

UDP i/o is deprecated. Could you try with srt which should work much better?

You example isn't raising any warning here, can you be more specific / check your version?

Ok, so `test/language/json.liq` does exhibit the problem, but your minimalization ``` let json.parse x = '{"foo": 5.0, "nested": {"tuple": [5, 12.1, "a"]}}' ignore(x.foo + 1.0) let (x, y, _) =...