Comment by sandreas

2 years ago

I created a few audio tinkering utilities, e.g.

- m4b-tool[1], an audio book utility

- tone[2], an audio tagger

mainly for myself because the existing tools did not fit my needs or weren't FOSS. I did never think so many people would be interested. By the end of the year I plan to make my first donation of my github sponsoring income to a charity project.

Currently I'm working on `pure-todo`, a todo list with sqlite, REST API and JWT based user management. The first approach was to publish it with a single index.php file without ANY dependency, but this is something I have to think over again. Maintenance will be a nightmare :-)

Next FOSS project I will work on is `Tone Audio Player`, a fully cross platform (Linux, Windows, macOS, Android, iOS, WASM) audio player app, that fully supports background playback without stuttering. But C# / Avalonia UI is just not there yet, I'm currently switching to flutter.

[1]: https://github.com/sandreas/m4b-tool [2]: https://github.com/sandreas/tone