eadmaster
eadmaster
my ideal solution would be adding a switch into the main binary. btw if this requires adding another dependency maybe it's better to have it as an example.
ok, no problem for me. I've managed to write a [tool for lyrics transliteration in go](https://gist.github.com/eadmaster/1405f4086d3b509f602ba8415c8012dc) thanks to the examples posted here. But currently i am getting better results with...
seems a good example to me, especially the symbols conversion map is much needed. If you need more text examples, you can find a lot on this site: https://www.animelyrics.com/ Song...
sure, no problem for me. For symbols conversions i've found there are some libraries than can do that, so you may remove that hardcoded table and use them instead. From...
> Why reinvent the wheel? This feature is probably better suited for [rehid](https://github.com/hax0kartik/rehid) ( it's possible it has it already). Afik the Rehid implementation cannot be turned off while ingame,...
similar error while running insert/updates with python: ```` arango.exceptions.DocumentInsertError: [HTTP 500][ERR 1305] IO error: While fdatasync: /data/engine-rocksdb/journals/000844.log: Socket not connected ```` Reading works file though. Maybe this has something to...
i've extracted the files from the snap package and i was able to run it this way: `LD_LIBRARY_PATH=. ./waver` [waver.zip](https://github.com/ggerganov/ggwave/files/15141062/waver.zip) EDIT: fullset of binaries compiled on ubuntu 22.04 : [ggwave.zip](https://github.com/ggerganov/ggwave/files/15141101/ggwave.zip)
i've made a [similar script recently](https://github.com/eadmaster/dotfiles/blob/main/bin/mediaplayerstatus2lrc.py). [demo](https://eadmaster.altervista.org/wordpress/archives/565)
> doesn't natively support mpd via the dbus interface [dbus with mpd is optional](https://wiki.gentoo.org/wiki/MPD#USE_flags). > How far off is being able to have AI listen and adjust the timing? there...
any update on android support? As alternative I've found it is supported by [SL4A](https://github.com/damonkohler/sl4a/blob/master/python/ase/scripts/speak.py). For other OSes i've used [pyttsx](https://github.com/RapidWareTech/pyttsx) in the past.