Josef Hölzl
Josef Hölzl
Hi, is there a plan or roadmap when approximately the python package (https://pypi.org/project/recognizers-text-suite/) also supports the German culture? Thanks!
Hello, i have following code: ``` text = "Hello, my name is Josef." targetLanguage = 'de' tts = gTTS(text, targetLanguage) tts.save("synthesized.mp3") ``` Since i play the output directly after this...
Hello, when i use the phrase "5. Nov 2020" with gTTS, it sees the point after the number 5 as a sentence end, therefore the gTTS output is not correct....
I have installed the latest n98-magerun version. When i enter the command ``` php n98-magerun.phar dev:module:rewrite:conflicts ``` i get all rewrites correctly as output. However, in var/log/system.log i find this...
Hello! When i select a bit column from a mysql table (with a raw query), the value for `1` looks like b'\x01'. In mysqlclient package i can adjust the mapping...
Hello, i want to build a simple offline hotword detection and tried your example script: ``` from pocketsphinx import LiveSpeech speech = LiveSpeech(lm=False, keyphrase='forward', kws_threshold=1e+20) for phrase in speech: print(phrase.segments(detailed=True))...
Hello, i am interested in the performance of the VAD in this project. I generated the docu files and found the page about "Building a voice activity detector (VAD)". I...