Hank
Hank
gcc-5 works on Ubuntu 18.04, too.
Update: The reason is the location of `moov atom` of mp4, and FireFox can handle it. | | Chrome | FireFox | | --------------------------------- | -------- | ------- | |...
@muqshots Don't use `-c copy` in ffmpeg.
I create a basic region operation Demo for audio annotation based on built in Region plugin. But it only meets some of my needs now. May I ask @frumbert have...
May I ask where to see the `print` stdout output? I don't see the subprocess output in the main process stdout. Thanks! 
@forslund your solution works on Ubuntu 18.04 ``` /dependencies.sh --prefix="/opt/mimic/install" ./autogen.sh mkdir build && cd build PKG_CONFIG_PATH=/opt/mimic/install/lib/pkgconfig ../configure --prefix=/opt/mimic/install make make test ```
@kmike Thanks for your wrapper! May I know if you are going to expand the alphabet table? Both of length |alphabet| > 256 and the length of each letter of...
Thanks Kmike, And one more question, I haven't found datrie has any API to get the children nodes of a given node, instead it only can iterate all items with...
@kmike Just as code pasted bellow, use two methods to get the children of node `a`, but they all return node prefixed with node `a`, but really want is return...