CLI converts YAML exercise plan to guided audio files

4 defree 4 7/19/2025, 10:00:16 AM github.com ↗

Comments (4)

defree · 5h ago
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.
FerkiHN · 5h ago
Great project, I love all these things,I also gave your repository a star, I hope you will have 1000 of them someday, you really add to the capabilities of the terminal, I'm also interested in this, if you want, check out my project too:

https://github.com/Ferki-git-creator/phono-in-terminal-image...

I don't want to seem greedy, but if you want, you can also star the repository, so that all our terminal projects can see the world!

FerkiHN · 4h ago
As for advice, of course I don't know for sure if it's better this way, but it seems to me that you have a lot of files that are ~2kb each, have you thought about merging some of them for easier readability of the project?
defree · 4h ago
Hey, thanks for looking into the code and thanks for your feedback! I will merge some files and hope it will be easier to read