Tim Janik

Results 30 issues of Tim Janik

List of issues that need fixing to complete successful integration of LiquidSFZ: - [x] The SFZ instrument field in the UI needs serialization, turned out to be a data race...

help wanted

While hunting for links to recommend as downloadable sample collections, I found that lots of people are confusing SF2 with SFZ files, often just referring to them as "sound font"...

I've encountered a number of missing escapes while running asciidoctor-latex on a document with lots of external links. I'm listing the additional escapes I had to apply to fix the...

Hi. When using videowmark to watermark an MP4 file, it successfully reads the MP4 and adds the watermark, but seems to loose some of the metadata, according to mediainfo. ```sh...

Hi. When using `audiowmark` to watermark an MP3 file, it successfully reads the MP3, adds the watermark but outputs the result as a WAV file, regardless of the file extension...

### Bug report info ```plain text $ act --bug-report act version: 0.2.63-9-g935e4c3 GOOS: linux GOARCH: amd64 NumCPU: 16 Docker host: DOCKER_HOST environment variable is not set Sockets found: /var/run/docker.sock Config...

kind/bug

Our documentation needs to be modernize and reorganized in several places. Here is how to keep track of the tasks involved, feedback welcome: - [x] Host docs under https://tim-janik.github.io/anklang/ -...

documentation

The "Mono" toggle of the Ase.Noise plugin should be a button or 2-state switch, not a knob.

bug

Some users expect 32 bit PCM WAV files, Float32 WAV files and FLoat64 WAV files to be created by Audiowmark if that was the input format. This PR preserves the...

Recently, Arch has upgraded to ffmpeg-7, which removed deprecated APIs from ffmpeg-6.1.. Atm, building the repo on Arch fails as follows: ```sh $ docker build -t audiowmark-arch -f misc/Dockerfile-arch ....