SilverFox
SilverFox
@hanxinimm Some extra information. 1. You should always reuse the `MultithreadEventLoopGroup` if you don't shutdown it, or you can just reuse the whole Bootstrap. https://github.com/caozhiyuan/DotNetty/blob/dev/src/DotNetty.Rpc/Client/NettyClient.cs#L22 2. Check whether `IsSharable` of...
@mzillgith Is the link above still available? Didn't receive any mail at the time.
@mzillgith Thanks, I tried another email address and it works now, maybe the `delete` in my username was blocked as an keyword.
Maybe an issue of efcore? Not sure but I see the same problem on npgsql provider. Will report to efcore side latter.
@TempoTian 试了下, 有个小问题, 改了之后能正常结束 1. 完成时,这里count应该是判断等于0 2. 另外有个之前就存在的用法错误,虽然好像没啥直接的影响。栈上分配的xHigherPriorityTaskWoken没有设置初始值(xSemaphoreGiveFromISR仅会设置pdTRUE,pdFALSE时是不会设置的) ```diff } if ((0 == handle->data->is_give && pwm_data_list_get_free(handle->data) > BUFFER_MIN_SIZE) || - (2 == handle->data->is_give && pwm_data_list_get_count(handle->data) > 0)) { + (2...
@srwi `home/end` still not move the cursor in text, Instead, it move the file chooser, which look strange.(home/end in notepad move to head/end of the same line(left/right only and no...
1. menuconfig中修改`Flash size`到16M 2. 分区表(partitions.csv)中voice_data分区的大小需要被增大到3890k(或者文件实际大小?) 3. 修改`tts_stream.c`代码中硬编码的`3 * 1024 * 1024`为`part->size` https://github.com/espressif/esp-adf/blob/7a7c66e63dade6fa7003b9d0d77b64c17bfeb064/components/audio_stream/tts_stream.c#L182 --- 1. Modify `Flash size` in menuconfig to 16M 2. The size of the voice_data partition in the...
可以播, 但有点其他的bug 在while(1)里面添加一条新的if ``` if (msg.source_type == AUDIO_ELEMENT_TYPE_ELEMENT && msg.source == (void*) i2s_stream_writer && msg.cmd == AEL_MSG_CMD_REPORT_STATUS && (((int)msg.data == AEL_STATUS_STATE_RUNNING))) { //FIXME: 会丢音频最后1~2个字 // TTS默认输出格式为单声道, 16bit@16000Hz。 pwm_stream_set_clk(i2s_stream_writer, 16000, 16,...
The code is the same as the one in `esp-sr` and `esp-skainet`, and should make people possible to use tts data >3M(`esp_tts_voice_data_xiaoxin.dat`) without change the code of adf(change partitions.csv is...
Maybe https://github.com/libusb/libusb/pull/1270? If you have a usb devices disabled or not install drivers