Stefan Westerfeld
Stefan Westerfeld
Ok: play attached song without retriggering play: one long note gets played, again and again, in a loop, like it should be, length is correct. Trigger play or stop and...
./configure: line 17470: syntax error near unexpected token `ext' ./configure: line 17470: `AX_CXX_COMPILE_STDCXX_14(ext)' This looks like the problem could be fixed by installing the autoconf-archive package (`brew install autoconf-archive`).
I think the error message > videowmark: error parsing command line arguments (use videowmark -h) on macOS is since I developed and tested the script on linux where we have...
> my env: ubuntu 16.04 gcc:5.0.4 This is kind-of old. Not sure if this has all dependencies for building `audiowmark`, you'll have to try. > ./configure: line 16605: syntax error...
Yes, options for commands (like `add`) need to be specified after the command. Only global options which apply to all commands (like `--quiet`) can be used everywhere. I tried to...
Is it just one specific mp3 file or every mp3 file?
I can reproduce the problem that you cannot use stdout in this case, while it does work when you provide an output filename: ``` $ wget https://patrickdearteaga.com/audio/Chiptronical.ogg $ cat Chiptronical.ogg...
If I understand your use case correctly, there is no direct support in `audiowmark` to do it (so there is no code to do anything for live mpeg ts /...
Currently the target platform for `audiowmark` is Linux. That is what I develop and test for. It should also work on macOS. There is no C++ API (and no JNI),...
The error message means that you don't have the macro `AM_PATH_LIBGCRYPT` available, therefore autogen.sh fails. On my Ubuntu 20.04, the m4 file needed is called `/usr/share/aclocal/libgcrypt.m4` and this is provided...