建议将长音频拆分,批量识别。 目前还没读过 [whisper-vits-japanese](github.com/AlexandaJerr)的代码,不知道作者是如何做到「将Whisper只能读取少数音频文件的限制,放宽到可以遍历文件夹下的所有音频文件。」的? 不过我目前缺少whisper-vits的条件,想办法把第一步路铺好是我当下能做到的,另外显然我需要校对文本。
code: ‘ERR_BAD_REQUEST’, config: { transitional: { silentJSONParsing: true, forcedJSONParsing: true, clarifyTimeoutError: false }, adapter: [ ‘xhr’, ‘http’ ], transformRequest: [ [Function: transformRequest] ], transformResponse: [ [Function: transformResponse] ], timeout: 0, xsrfCook...
I can't get the connection: File "/venv/agpt-9TtSrW0h-py3.10/lib/python3.10/site-packages/openai/_base_client.py", line 919, in _request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. maybe someone will figure it out and can post an u...
// Reset body to the original request body if bodyBytes != nil { req.Body = io.NopCloser(bytes.NewBuffer(bodyBytes)) } resp, err = client.Do(req) if err == nil && resp.StatusCode == http.StatusOK { defer resp.Body.Close() body, err := io.ReadAll(resp.Body) if err != nil...
在Whisper 之前,英文语音识别方面,Google说第二,没人敢说第一——当然,我后来发现Amazon的英文语音识别也非常准,基本与Google看齐。在中文(普通话)领域,讯飞也很能打,讯飞语音输入法,中英文夹杂、方言识别都很牛。 但Whisper 出现后——确切地说是OpenAI放出Whisper API后,一下子就把中英文语音识别的老猴王们统统...
proxy_set_header Connection 'upgrade'; chunked_transfer_encoding off; proxy_read_timeout 3600; proxy_buffering off; proxy_cache off; proxy_redirect off; proxy_hide_header Cache-Control; } location ~ /.well-known { allow all; } location ~ /\. { deny all; } access_log off; } 31 cha...
raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 2 column 1 (char 1) To ReproduceCreate and configure files .yaml and .jsonl for your project Register the .yaml file and put the jsonl file in the folder in the data ...
error: RPC failed; curl 28 Recv failure: Connection was reset fatal: expected flush after ref listing error: subprocess-exited-with-error git clone --filter=blob:none --quiet https://github.com/openai/whisper.git 'C:\Users\Administrator\AppData\Local\Temp\pip-req-build-9lcjywga' did not ...
error.py and logger.py * Check that all unwrapped environment are of a particular wrapper type * Reverted back to import gym.spaces.Space to gym.spaces * Fixed the __init__.py docstring * Fixed autoreset autoreset test * Updated gym __init__.py top docstring * Remove unnecessary import...