a-lunev
a-lunev
@lissyx Yesterday I tested Mozilla DeepSpeech in both offline (https://github.com/mozilla/DeepSpeech/blob/v0.5.1/native_client/python/client.py) and streaming (https://github.com/mozilla/DeepSpeech/blob/v0.5.1/examples/mic_vad_streaming/mic_vad_streaming.py) modes. In my experiments I intentionally not used LM / TRIE. The offline (reading audio from a...
> Honestly, listening before reading your comment, in the version cut, my ears don't get "on" but "n" as well. Once I read your comment, I could only ear "on"....
> @a-lunev The question here is mostly: is there really something that needs to be addressed at the code-level, i.e., adding some magic constant, or could it just be a...
> @a-lunev - Why is this needed when stm32_dmapreflight already excludes it? Hi David, ~~stm32_dmapreflight() depends on the CONFIG_STM32H7_SDMMC_IDMA option that as I understand should not do, because IDMA is...
> @a-lunev stm32_dmapreflight is used by the high level SDMMC driver https://github.com/apache/incubator-nuttx/blob/master/drivers/mmcsd/mmcsd_sdio.c#L1392 . The debug assert is in addition to that just for debugging. @davids5 concerning the high level SDMMC...
> @a-lunev what are you trying to achieve? Is this similar to the BDMA/SRAM4 heap clobbering issue fixed in [4716fc929d7](https://github.com/apache/incubator-nuttx/commit/4716fc929d74850283120507e84913838e722904) / [PR-3198](https://github.com/apache/incubator-nuttx/pull/3198)? Hi @hartmannathan, Your [PR-3198](https://github.com/apache/incubator-nuttx/pull/3198) is different to my...
Hi David, I've checked User Manuals for stm32h7 boards. STM32H745I-DISCO, STM32H750B-DK and STM32H7B3I-DK have eMMC memory chip connected to SDMMC1, however I have neither of them. One more possible option...
This PR is still actual. I am going to return to it later.
> @a-lunev Binary dependency libraries related to bl602 have been removed > @xiaoxiang781216 The work of removing dependencies will be done later,and resubmit after adjusting the compatibility Hi @SunJun8 Please...