voicekit-examples icon indicating copy to clipboard operation
voicekit-examples copied to clipboard

Examples on how to use Tinkoff Voicekit

Results 18 voicekit-examples issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20220328115105-d36c6a25d886 to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/sys&package-manager=go_modules&previous-version=0.0.0-20220328115105-d36c6a25d886&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
go

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220325170049-de3da57026de to 0.7.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.0.0-20220325170049-de3da57026de&new-version=0.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
go

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8. Commits 434eadc language: reject excessively large Accept-Language strings 23407e7 go.mod: ignore cyclic dependency for tagging b18d3dd secure/precis: replace bytes.Compare with bytes.Equal 795e854 all: replace...

dependencies
go

После установок пакетов и выполнения любой команды из примеров выдает ошибок: ``` C:\Projects\voicekit-examples\nodejs\node_modules\protobufjs\src\namespace.js:411 throw Error("no such Type or Enum '" + path + "' in " + this); ^ Error:...

Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.19.4 to 3.19.5. Release notes Sourced from protobuf's releases. Protocol Buffers v3.19.5 C++ Reduce memory consumption of MessageSet parsing This release addresses a Security Advisory for C++...

dependencies
python

В python/README.md указана требуемая версия python >= 3.5 Однако в python/common.py используется декоратор `cached_property`, который [появился только в версии 3.8](https://docs.python.org/3/library/functools.html#functools.cached_property).

Запрос на обработку отправляется, но статус операций не обновляется. ```python stt_long_running_recognize_audio_group.py``` ```Watching operations in group 'test-group-2022-04-10, 16:44:04' WatchOperations. Initial state: [104] ENQUEUED [105] ENQUEUED [106] ENQUEUED [107] ENQUEUED ============================ WatchOperations....

1) --go_out: protoc-gen-go: plugins are not supported, so we use protoc --go-grpc_out to generate gRPC 2) Add ../apis/tinkoff/cloud/longrunning/v1/ to $PROTOC_OPTS

Привет, пытаюсь синтезировать речь и наткнулся на проблему связанную с декодирование речи. Пробовал различные варианты: 1. Копирую содержимое audio_content в текстовый файл 2. Преобразую текстовый файл в wav при помощи...