2 comments

[ 3.9 ms ] story [ 14.8 ms ] thread
I created a CLI that converts an exercise plan to audio files, enabling a seamless and guided exercise experience. Maybe other people also sit a lot while programming and need a little helper to do create daily routine for small exercises. I post this here because I want to know if this could be helpful and maybe to get some feedback :) Be aware this CLI wraps other programs (sox on macOS, on Linux+Win sox, ffmpeg, espeak-ng) and works without remote calls. I would be happy to have written everything in Go (without wrapper) but I couldn't find e.g. a good TTS full embedded TTS library in Go.