Philipp Emanuel Weidmann
Philipp Emanuel Weidmann
Hi there :smiley_cat:! Your package works great, but when I found it today I was hoping to enlist you in my effort to bring a much cleaner method for enabling...
When running `full_example.py`, the speech recognition itself works fine, but the VAD iterator completely fails to detect voice activity, distinguishing only between "sound" and "silence". My understanding is that `audio_iterator`...
KaldiAG currently writes to several files in the model directory (such as `file_cache.json`, `align_lexicon.int` etc.), even when a separate temp directory is specified. I think this breaks standard expectations of...
Hey there, I was really excited to finally see a high-quality Kaldi distribution that can be `pip install`ed. Unfortunately, the Intel Math Kernel Library required to build KaldiAG is **not...
### Test ``` (a) --- does not keep the current selection when selecting all bracket pairs, unless that selection is a bracket pair --- envy:select-all-brackets --- --- ```
### Test ``` ("a" "a") --- expands selections only to matching bracket pairs --- envy:select-surrounding-brackets --- () --- ```
### Test ``` "a" a a --- selects all words --- envy:select-all-blocks --- "" --- ```
Note that due to the way selections work in Atom, this cannot be fixed without introducing global state. ### Test ``` a --- does not merge adjacent selections when rotating...
### Test ``` --- does not merge adjacent selections when inserting spaces --- envy:left-align-selections --- --- ```