Elektrine lite

← Feed

@emassey0135@caneandable.social

Post #3008653

2026-05-28 02:06 UTC

@Tamasg Is it possible to link TGSpeechBox to an MPL 2 library, or does it need to use eSpeak NG for IPA generation? Prism is a library for sending speech to many different screen readers and TTS backends depending on what is installed, and in addition to just speaking to the system's sound output, some backends also support speak_to_memory, which returns the PCM audio data to a callback. However, on Linux there are no backends that support speak_to_memory, and I need that if I am going to move my Minecraft mod, Audio Navigation, to Prism rather than my own library. I figured that since Prism has more backends already and different mods and programs are already moving to it, finishing my library would be useless now, except that it supports eSpeak NG for returning audio buffers to applications. I was wondering whether TGSpeechBox could be added as a Prism backend instead of eSpeak NG. https://github.com/ethindp/prism https://github.com/emassey0135/audio-navigation https://github.com/minecraft-access/whisp-rs

Replies (0)

No replies.