Samuel Mimram

Results 31 issues of Samuel Mimram

In the script ``` v = video.fill(color=0xff0000, blank()) a = sine() s = source.mux.video(video=v, a) output.audio_video(s) ``` we hear the sine for less than a sec and then nothing.

Following Liquidshop 3 we should add a basic database from tags for generating playlists, like in-house [beets](musicmaster). For future reference, closed-source competitors are - [GSelector](https://www.rcsworks.com/gselector/) - [Powergold](https://www.powergold.com/) - [musicmaster](https://www.powergold.com/)

enhancement

The syntax ``` for d = list.iterator([1,2,3]) do print(d) end ``` for iterators should be documented somewhere.

documentation

This allows being compatible with ocaml >= 5.

Bonjour, Ça serait super si le livre était aussi disponible au format ebook (ou mobi, etc) pour être consultable sur une liseuse. Il semble exister des outils pour faire cela,...

Since the latest git pull, the compilation fails here: ``` File "avcodec/dune", line 7, characters 9-22: 7 | (names avcodec_stubs) ^^^^^^^^^^^^^ (cd _build/default/avcodec && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC...

Use [canvas](https://ocamlpro.github.io/ocaml-canvas/) to show videos.

This will allow users to use an int where a float is expected. For instance: ``` def double(x) = 2. * x end ten = double(5) ```

This is useful to be able to connect to llama.cpp servers running locally.